Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/shell/ash_test/run-all

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 19  export THIS_SH Line 19  export THIS_SH
19  do_test()  do_test()
20  {  {
21      test -d "$1" || return 0      test -d "$1" || return 0
22      echo do_test "$1"  #   echo do_test "$1"
23      # $1 but with / replaced by # so that it can be used as filename part      # $1 but with / replaced by # so that it can be used as filename part
24      noslash=`echo "$1" | sed 's:/:#:g'`      noslash=`echo "$1" | sed 's:/:#:g'`
25      (      (

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