mirror of
https://git.busybox.net/busybox
synced 2025-05-10 04:33:59 +02:00
5 lines
235 B
Text
Executable file
5 lines
235 B
Text
Executable file
# reject invalid vars
|
|
# (set argv0 to "SHELL" to avoid "/path/to/shell: blah" in error messages)
|
|
"$THIS_SH" -c 'echo ${1q}' SHELL
|
|
"$THIS_SH" -c 'echo ${&}' SHELL
|
|
#"$THIS_SH" -c 'echo ${$}' SHELL -- this is valid as it's the same as $$
|