hush: make getopt32 usable in builtins. use it in unset.
[oweals/busybox.git] / shell / hush_test / hush-vars / param_glob.tests
1 if test $# = 0; then
2     # UNFIXED BUG in builtin_exec! will glob param!
3     #exec "$THIS_SH" "$0" 'param_glob.t*'
4     "$THIS_SH" "$0" 'param_glob.t*'
5     exit
6 fi
7 echo $*
8 echo $@
9 echo "$*"
10 echo "$@"