Sign in
nest-open-source
/
nest-learning-thermostat
/
5.1.6
/
busybox
/
b2cf790ce23df9cace07ab4486c11f983c120d3d
/
.
/
busybox-1.19.3
/
shell
/
hush_test
/
hush-vars
/
var3.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 $$