mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-08 10:50:28 +00:00
cocmd: stop splitting redirect expressions
This commit is contained in:
parent
ae365928c5
commit
9e001a3bdd
1 changed files with 5 additions and 0 deletions
|
@ -573,6 +573,11 @@ static char *Tokenize(void) {
|
||||||
Run();
|
Run();
|
||||||
t = STATE_WHITESPACE;
|
t = STATE_WHITESPACE;
|
||||||
}
|
}
|
||||||
|
} else if (*p == '>') {
|
||||||
|
Append(*p);
|
||||||
|
if (p[1] == '&') {
|
||||||
|
Append(*++p);
|
||||||
|
}
|
||||||
} else if (*p == '&') {
|
} else if (*p == '&') {
|
||||||
if (q > r) {
|
if (q > r) {
|
||||||
return Finish();
|
return Finish();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue