Ignore:
Timestamp:
Jan 11, 2008, 11:22:18 AM (16 years ago)
Author:
Bruno Cornec
Message:

try to fix a recently introduced core dumped

File:
1 edited

Legend:

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

    r1854 r1855  
    11651165
    11661166    // abort if Windows partition but no ms-sys and parted
    1167     if (!run_program_and_log_output
    1168         ("mount | grep -w vfat | grep -vE \"/dev/fd|nexdisk\"", 0)
    1169         ||
    1170         !run_program_and_log_output
    1171         ("mount | grep -w dos | grep -vE \"/dev/fd|nexdisk\"", 0)) {
     1167    if (!run_program_and_log_output("mount | grep -Ew 'vfat|fat|dos' | grep -vE \"/dev/fd|nexdisk\"", 0)) {
    11721168        log_to_screen("I think you have a Windows 9x partition.");
    11731169        retval += whine_if_not_found("parted");
Note: See TracChangeset for help on using the changeset viewer.