diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-05-01 01:49:50 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-05-01 01:49:50 +0000 |
commit | 4ed5e37d4b6569b16758ae736084d96f6f19a0ac (patch) | |
tree | 0424bb0d95468696e906f17a5d5232427eb858db /networking/wget.c | |
parent | 3f99b567b8500be6095f4ef36d6733873ebfe0c8 (diff) | |
download | busybox-4ed5e37d4b6569b16758ae736084d96f6f19a0ac.tar.gz |
Another hush update from Larry:
Minor improvements. Something is still broken with running
scripts via "hush filename". All the following are now handled
acceptably (matches ash, not bash).
if true; then echo foo1; fi
if
true; then echo foo2; fi
if true; false; then echo bar; else echo foo3; fi
if true || false; then echo foo4; fi
- Larry
Diffstat (limited to 'networking/wget.c')
0 files changed, 0 insertions, 0 deletions