This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2gs-SW
/
hush
Watch
1
Star
0
Fork
0
You've already forked hush
mirror of
https://github.com/sheumann/hush.git
synced
2024-11-07 19:07:07 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
2753aae0e8
hush
/
shell
/
hush_test
/
hush-misc
/
colon.tests
6 lines
53 B
Plaintext
Raw
Normal View
History
Unescape
Escape
hush: add support for ':'; create testsuite entries text data bss dec hex filename 809569 612 7044 817225 c7849 busybox_old 809528 612 7044 817184 c7820 busybox_unstripped
2008-06-14 15:50:55 +00:00
false
:
echo $?
hush: fix a bug where we were requiring semicolon here: (cmd;) 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
2008-06-14 17:13:20 +00:00
(while :; do exit; done)
hush: add support for ':'; create testsuite entries text data bss dec hex filename 809569 612 7044 817225 c7849 busybox_old 809528 612 7044 817184 c7820 busybox_unstripped
2008-06-14 15:50:55 +00:00
echo OK: $?
Reference in New Issue
Copy Permalink