diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-03 22:31:18 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-03 22:31:18 +0000 |
commit | db2a9b683a49282750a36ed872f21814ad81c80e (patch) | |
tree | befa4a7ff7ca9818ce592d32ace62e12ba13c173 /shell/hush_test | |
parent | e0755e58ca07ce6a66aa184b5fb4b10b6950fd02 (diff) | |
download | busybox-w32-db2a9b683a49282750a36ed872f21814ad81c80e.tar.gz busybox-w32-db2a9b683a49282750a36ed872f21814ad81c80e.tar.bz2 busybox-w32-db2a9b683a49282750a36ed872f21814ad81c80e.zip |
hush: finally make `cmd` safe on NOMMU
function old new delta
generate_stream_from_string - 157 +157
expand_variables 2050 2003 -47
generate_stream_from_list 139 - -139
------------------------------------------------------------------------------
(add/remove: 1/1 grow/shrink: 0/1 up/down: 157/-186) Total: -29 bytes
Diffstat (limited to 'shell/hush_test')
-rw-r--r-- | shell/hush_test/hush-misc/syntax_err.right | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/hush_test/hush-misc/syntax_err.right b/shell/hush_test/hush-misc/syntax_err.right index 08a270c31..680e7967d 100644 --- a/shell/hush_test/hush-misc/syntax_err.right +++ b/shell/hush_test/hush-misc/syntax_err.right | |||
@@ -1,2 +1,4 @@ | |||
1 | shown | 1 | shown |
2 | hush: syntax error: unterminated ' | 2 | hush: syntax error: unterminated ' |
3 | test | ||
4 | not shown | ||