blob: aea36d62d535969f36779936352a46ca8e66251a [file] [log] [blame]
Mike Frysinger0b87e4a2009-03-28 21:06:38 +00001# reject invalid vars
Denis Vlasenkod3081062009-03-31 22:14:32 +00002"$THIS_SH" -c 'echo ${1q}'
3"$THIS_SH" -c 'echo ${&}'
Mike Frysingerdc3bc402009-06-01 14:09:09 -04004#"$THIS_SH" -c 'echo ${$}' -- this is valid as it's the same as $$