[BACK]Return to netstart CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/netstart between version 1.125 and 1.126

version 1.125, 2009/07/10 19:08:08 version 1.126, 2009/09/17 08:22:22
Line 66 
Line 66 
                         # Make sure and get any remaining args in ext2,                          # Make sure and get any remaining args in ext2,
                         # like the read below                          # like the read below
                         i=1                          i=1
                         while [ i -lt 6 -a -n "$1" ]; do shift; let i=i+1; done                          while [ $i -lt 6 -a -n "$1" ]; do shift; let i=i+1; done
                         ext2="$@"                          ext2="$@"
                 else                  else
                         # Read the next line or exit the while loop.                          # Read the next line or exit the while loop.

Legend:
Removed from v.1.125  
changed lines
  Added in v.1.126