mirror of https://github.com/mirror/busybox.git
hush: comment fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>1_26_stable
parent
4224647c8d
commit
5d5a611df2
|
@ -5009,8 +5009,8 @@ static struct pipe *parse_stream(char **pstring,
|
|||
* Run it from interactive shell, watch pmap `pidof hush`.
|
||||
* while if false; then false; fi; do break; fi
|
||||
* Samples to catch leaks at execution:
|
||||
* while if (true | {true;}); then echo ok; fi; do break; done
|
||||
* while if (true | {true;}); then echo ok; fi; do (if echo ok; break; then :; fi) | cat; break; done
|
||||
* while if (true | { true;}); then echo ok; fi; do break; done
|
||||
* while if (true | { true;}); then echo ok; fi; do (if echo ok; break; then :; fi) | cat; break; done
|
||||
*/
|
||||
pctx = &ctx;
|
||||
do {
|
||||
|
|
Loading…
Reference in New Issue