hush: fix bug in interactive shell introduced yesterday

hush: fix `process subst` (2 bugs)
NB: will delete and re-add hush_test in order to change file modes
This commit is contained in:
Denis Vlasenko
2007-05-11 12:56:43 +00:00
parent e0a336747c
commit 3e9aaae5dc
6 changed files with 46 additions and 118 deletions

View File

@@ -1,4 +0,0 @@
http://busybox.net
http://busybox.net_abc
1
0

View File

@@ -1,10 +0,0 @@
URL=http://busybox.net
echo $URL
echo ${URL}_abc
true
false; echo $?
true
# BUG: prints 0, must be 1
{ false; echo $?; }