Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/shell/msh_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 1  Line 1 
1  #!/bin/sh  #!/bin/sh
2    
3  test -x msh || {  test -x msh || {
4      echo "No ./msh?! Perhaps you want to run 'ln -s ../../busybox msh'"      echo "No ./msh - creating a link to ../../busybox"
5      exit      ln -s ../../busybox msh
6  }  }
7    
8  PATH="$PWD:$PATH" # for msh  PATH="$PWD:$PATH" # for msh

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