add new | syntax.
syntax will change.
This commit is contained in:
parent
02f38ca68c
commit
9aa1c92f74
19 changed files with 281 additions and 83 deletions
|
|
@ -114,7 +114,7 @@ nextword(char **s)
|
|||
case '\\':
|
||||
case '\'':
|
||||
case '"':
|
||||
cp = expandquote(cp, r, b);
|
||||
cp = shellt->expandquote(cp, r, b);
|
||||
if(cp == 0){
|
||||
fprint(2, "missing closing quote: %s\n", *s);
|
||||
Exit();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue