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
2025-02-13 12:31:05 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
hush
/
shell
/
ash_test
/
ash-vars
/
var1.tests
10 lines
106 B
Plaintext
Raw
Normal View
History
Unescape
Escape
sh testsuite: sync ash-vars/ and hush-vars/ Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2016-10-02 18:17:15 +02:00
URL=http://busybox.net
ash: handle "A=1 A=2 B=$A; echo $B". closes bug 947.
2008-02-15 15:02:15 +00:00
sh testsuite: sync ash-vars/ and hush-vars/ Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2016-10-02 18:17:15 +02:00
echo $URL
echo ${URL}_abc
ash: handle "A=1 A=2 B=$A; echo $B". closes bug 947.
2008-02-15 15:02:15 +00:00
sh testsuite: sync ash-vars/ and hush-vars/ Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2016-10-02 18:17:15 +02:00
true
false; echo $? ${?}
true
{ false; echo $? ${?}; }
Reference in New Issue
Copy Permalink