602d13cba5
hush: expand testsuite. variable expansion is still very broken
10 lines
96 B
Plaintext
Executable File
10 lines
96 B
Plaintext
Executable File
URL=http://busybox.net
|
|
|
|
echo $URL
|
|
echo ${URL}_abc
|
|
|
|
true
|
|
false; echo $?
|
|
true
|
|
{ false; echo $?; }
|