This website requires JavaScript.
Explore
Help
Register
Sign In
emo
/
busybox
Watch
1
Star
0
Fork
0
You've already forked busybox
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a107ef2a6a
busybox
/
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 21:47:15 +05:30
URL=http://busybox.net
ash: handle "A=1 A=2 B=$A; echo $B". closes bug 947.
2008-02-15 20:32:15 +05:30
sh testsuite: sync ash-vars/ and hush-vars/ Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2016-10-02 21:47:15 +05:30
echo $URL
echo ${URL}_abc
ash: handle "A=1 A=2 B=$A; echo $B". closes bug 947.
2008-02-15 20:32:15 +05:30
sh testsuite: sync ash-vars/ and hush-vars/ Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2016-10-02 21:47:15 +05:30
true
false; echo $? ${?}
true
{ false; echo $? ${?}; }
Reference in New Issue
Copy Permalink