Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
e7977df2cae2ac2c5da38f77488ec9e97d10c33b
/
.
/
shell
/
hush_test
/
hush-vars
/
var6.tests
blob: 626e60ee1ff0faa0ad7da176403a5d6a9e19684f [
file
] [
log
] [
blame
]
# reject invalid vars
# (set argv0 to "SHELL" to avoid "/path/to/shell: blah" in error messages)
"$THIS_SH"
-
c
'echo ${1q}'
SHELL
"$THIS_SH"
-
c
'echo ${&}'
SHELL
#"$THIS_SH" -c 'echo ${$}' SHELL -- this is valid as it's the same as $$