mirror of https://github.com/mirror/busybox.git
Patch from Dmitry Zakharov to fix a bug discovered via the freeswap
script.1_00_stable_10817
parent
2e99d43846
commit
1fbc909570
|
@ -1211,6 +1211,7 @@ static void chain_group(void) {
|
|||
|
||||
if (c & TC_GRPSTART) {
|
||||
while(next_token(TC_GRPSEQ | TC_GRPTERM) != TC_GRPTERM) {
|
||||
if (t.tclass & TC_NEWLINE) continue;
|
||||
rollback_token();
|
||||
chain_group();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue