Magellan Linux

Contents of /trunk/mkinitrd-magellan/busybox/shell/hush_test/hush-vars/param_glob.tests

Parent Directory Parent Directory | Revision Log Revision Log


Revision 816 - (show annotations) (download)
Fri Apr 24 18:33:46 2009 UTC (15 years, 1 month ago) by niro
File size: 190 byte(s)
-updated to busybox-1.13.4
1 if 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
6 fi
7 echo $*
8 echo $@
9 echo "$*"
10 echo "$@"