Changeset 2040 in MondoRescue


Ignore:
Timestamp:
Oct 8, 2008, 1:44:35 AM (16 years ago)
Author:
Bruno Cornec
Message:

Fix a bug in USB mode of mindi when confirmation on device wasn't waiting for an answer (report Brian McKee map_at_map-heb.com)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.7/mindi/mindi

    r2039 r2040  
    13491349        echo "WARNING: This will erase all content on $USBDEVICE"
    13501350        echo -en "Are you sure you want to use $USBDEVICE (y/[n]) "
     1351        read i
     1352        [ "$i" != "y" ] && [ "$i" != "Y" ] && return 0
    13511353    fi
    13521354    if [ _"$MINDI_TMP" = _"" ]; then
Note: See TracChangeset for help on using the changeset viewer.