Sign in
coral
/
busybox
/
0356607264b8e1476d98a81667488ba1d6295d23
/
.
/
shell
/
hush_test
/
hush-vars
/
var6.tests
blob: aea36d62d535969f36779936352a46ca8e66251a [
file
] [
log
] [
blame
]
# 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 $$