mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 12:00:04 +02:00
SQUOTE bug fix in the shell
This commit is contained in:
parent
c2510e5ab0
commit
76e7593b4b
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ public class ShellUtils {
|
||||||
default:
|
default:
|
||||||
curArg.append(c);
|
curArg.append(c);
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
case SQUOTE_ESCAPE:
|
case SQUOTE_ESCAPE:
|
||||||
curArg.append(c);
|
curArg.append(c);
|
||||||
state = State.SQUOTE;
|
state = State.SQUOTE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue