Changeset 2502 in MondoRescue for branches/2.2.9/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.9/mindi/mindi

    r2495 r2502  
    805805        fi
    806806        echo "module $module --> $r" >> $LOGFILE
    807         [ "$r" ] && echo "$r"
     807        [ -f "$r" ] && echo "$r"
    808808        [ -f "$oss" ] && find $oss | grep -F $module
    809809    done
Note: See TracChangeset for help on using the changeset viewer.