mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +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:
|
||||
curArg.append(c);
|
||||
}
|
||||
break;
|
||||
case SQUOTE_ESCAPE:
|
||||
curArg.append(c);
|
||||
state = State.SQUOTE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue