busybox/shell/hush_test/hush-parsing/argv0.tests
Denis Vlasenko d6050949b8 hush: move testsuite files from hush-bugs to hush-parsing
(as these bugs are now fixed)
2007-05-14 22:09:52 +00:00

5 lines
61 B
Plaintext
Executable File

if test $# = 0; then
exec "$THIS_SH" "$0" arg
fi
echo OK