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,6 +1,6 @@
# first try some invalid patterns (do in subshell due to parsing error)
hush -c 'echo ${+} ; echo moo'
hush -c 'echo ${:+} ; echo moo'
"$THIS_SH" -c 'echo ${+} ; echo moo'
"$THIS_SH" -c 'echo ${:+} ; echo moo'
# now some funky ones
echo _${#+} _${#:+}