busybox/shell/hush_test/hush-vars/var3.tests

5 lines
83 B
Plaintext
Raw Normal View History

2009-03-29 02:36:38 +05:30
# reject invalid vars
hush -c 'echo ${1q}'
hush -c 'echo ${&}'
hush -c 'echo ${$}'