Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 983 by niro, Fri Apr 24 18:33:46 2009 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 1  Line 1 
1  if test $# = 0; then  if test $# = 0; then
2      #BUG in builtin_exec! will glob param!      exec "$THIS_SH" "$0" 'param_glob.t*'
3      #exec "$THIS_SH" "$0" 'param_glob.t*'      echo NOT SHOWN
     "$THIS_SH" "$0" 'param_glob.t*'  
4      exit      exit
5  fi  fi
6  echo $*  echo $*

Legend:
Removed from v.983  
changed lines
  Added in v.984