aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-misc/colon.tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hush: fix a bug where we were requiring semicolon here: (cmd;)Denis Vlasenko2008-06-141-2/+1
| | | | | | | | | | | also fix a bug where after error prompt is not shown. function old new delta parse_stream 1612 1638 +26 parse_and_run_stream 361 375 +14 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/0 up/down: 40/0) Total: 40 bytes
* hush: add support for ':'; create testsuite entriesDenis Vlasenko2008-06-141-0/+6
text data bss dec hex filename 809569 612 7044 817225 c7849 busybox_old 809528 612 7044 817184 c7820 busybox_unstripped