blob: 801d58ee75c045776cfe60e00a9474d28a9e9c00 [file] [log] [blame]
Denis Vlasenko324a3fd2008-06-18 17:49:58 +00001if test $# = 0; then
2 #BUG in builtin_exec! will glob param!
3 #exec "$THIS_SH" "$0" 'param_glob.t*'
4 "$THIS_SH" "$0" 'param_glob.t*'
5 exit
6fi
7echo $*
8echo $@
9echo "$*"
10echo "$@"