nt9856x/BSP/busybox/shell/hush_test/hush-vars/var6.tests
2023-03-28 15:07:53 +08:00

5 lines
142 B
Plaintext
Executable File

# reject invalid vars
"$THIS_SH" -c 'echo ${1q}'
"$THIS_SH" -c 'echo ${&}'
#"$THIS_SH" -c 'echo ${$}' -- this is valid as it's the same as $$