diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-20 03:38:58 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-20 03:38:58 +0200 |
commit | a67a9627d0ada5214d43d06a34387cd9604108c8 (patch) | |
tree | 5f227c2f71857e11636cebdd57f547332b137050 /shell/hush_test/hush-misc/opts1.tests | |
parent | ffc39202aad7858bbe4a894f0e81e7ec313b5478 (diff) |
hush: do not process options after non-option args
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush_test/hush-misc/opts1.tests')
-rwxr-xr-x | shell/hush_test/hush-misc/opts1.tests | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/hush_test/hush-misc/opts1.tests b/shell/hush_test/hush-misc/opts1.tests new file mode 100755 index 000000000..45a23d66b --- /dev/null +++ b/shell/hush_test/hush-misc/opts1.tests @@ -0,0 +1,5 @@ +if test $# = 0; then + exec "$THIS_SH" $0 -10qwertyuiop +fi +echo "Param1: >$1<" +echo Done |