Changeset 2502 in MondoRescue for branches/2.2.10/mindi/mindi


Ignore:
Timestamp:
Dec 17, 2009, 1:02:47 AM (14 years ago)
Author:
Bruno Cornec
Message:
  • Fix an issue in the function listing kernel modules when not found
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.10/mindi/mindi

    r2495 r2502  
    752752        fi
    753753        LogFile "module $module --> $r"
    754         [ "$r" ] && echo "$r" >> $outfile
     754        [ -f "$r" ] && echo "$r" >> $outfile
    755755        [ -f "$oss" ] && find $oss | grep -F $module >> $outfile
    756756        progress=$(($progress+1))
Note: See TracChangeset for help on using the changeset viewer.