Ignore:
Timestamp:
Jan 3, 2006, 4:15:54 PM (18 years ago)
Author:
bcornec
Message:

merge -r272:273 $SVN_M/branches/2.06

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo/restore-scripts/mondo/restore-bigfiles-from-iso

    r30 r274  
    4141        echo -en "."
    4242        if echo "$slicename" | grep "slice-[0-9]*.00000\.dat" 2> /dev/null; then
    43             CHECKSUM=`cat $slicename | head -n1 | cut -f1`
    44             OUTFNAME=`cat $slicename | head -n1 | cut -f2`
     43            CHECKSUM=`head -n1 $slicename | cut -f1`
     44            OUTFNAME=`head -n1 $slicename | cut -f2`
    4545            OUTFNAME=`echo "$restorepath/$OUTFNAME" | tr -s '/' '/'`
    4646            echo "Now restoring $OUTFNAME"
Note: See TracChangeset for help on using the changeset viewer.