Tomato 1.26 beta(1766)
[tomato.git] / release / src / router / busybox / shell / hush_test / hush-vars / var3.tests
blobaea36d62d535969f36779936352a46ca8e66251a
1 # reject invalid vars
2 "$THIS_SH" -c 'echo ${1q}'
3 "$THIS_SH" -c 'echo ${&}'
4 #"$THIS_SH" -c 'echo ${$}' -- this is valid as it's the same as $$