Changeset 2190 in MondoRescue for branches/2.2.9/mindi/mindi


Ignore:
Timestamp:
May 5, 2009, 3:56:10 AM (15 years ago)
Author:
Bruno Cornec
Message:
  • Fix lack of formating (discovered by the new Mandriva build process, and adopted here as well as it's good practice).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi/mindi

    r2183 r2190  
    14251425        MindiExit -1
    14261426    fi
     1427    echo "The USB device $USBDEVICE now looks like this:" >> $LOGFILE
     1428    $FDISK -l $USBDEVICE 2>&1 | tee -a $LOGFILE
    14271429    echo -en "."
    14281430    echo "Creating a vfat filesystem on $USBPART" >> $LOGFILE
Note: See TracChangeset for help on using the changeset viewer.