aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-vars/var1.tests
blob: 48a6782bafc7c7cdac37c131bc9e1945b9118476 (plain)
1
2
3
4
5
6
7
8
9
URL=http://busybox.net

echo $URL
echo ${URL}_abc

true
false; echo $? ${?}
true
{ false; echo $? ${?}; }