Ignore:
Timestamp:
Oct 30, 2007, 2:40:09 AM (16 years ago)
Author:
Bruno Cornec
Message:
  • Message fixes
  • Fix when restoring from USB: media is asked in interactive mode
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mondo/src/common/libmondo-tools.c

    r1708 r1737  
    11121112                        "Checking sanity of your Linux distribution");
    11131113#ifndef __FreeBSD__
    1114     if (system("which mkfs.vfat &> /dev/null")
    1115         && !system("which mkfs.msdos &> /dev/null")) {
     1114    if (system("which mkfs.vfat 2> /dev/null 1> /dev/null")
     1115        && !system("which mkfs.msdos 2> /dev/null 1> /dev/null")) {
    11161116        log_it
    11171117            ("OK, you've got mkfs.msdos but not mkfs.vfat; time for the fairy to wave her magic wand...");
Note: See TracChangeset for help on using the changeset viewer.