busybox/shell/hush_test/hush-misc/opts1.tests
Denys Vlasenko a67a9627d0 hush: do not process options after non-option args
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2009-08-20 03:38:58 +02:00

6 lines
91 B
Plaintext
Executable File

if test $# = 0; then
exec "$THIS_SH" $0 -10qwertyuiop
fi
echo "Param1: >$1<"
echo Done