hust_test/*: use "$THIS_SH" instead of hush

This commit is contained in:
Denis Vlasenko
2009-03-31 22:14:32 +00:00
parent 9983d806d9
commit d308106245
7 changed files with 52 additions and 52 deletions

View File

@@ -1,4 +1,4 @@
# reject invalid vars
hush -c 'echo ${1q}'
hush -c 'echo ${&}'
hush -c 'echo ${$}'
"$THIS_SH" -c 'echo ${1q}'
"$THIS_SH" -c 'echo ${&}'
"$THIS_SH" -c 'echo ${$}'