Changeset 3024 in MondoRescue


Ignore:
Timestamp:
Jun 27, 2012, 1:50:07 PM (12 years ago)
Author:
Bruno Cornec
Message:
  • Fix a bug in mindi where regular expressions were used with grep without the -E option (Jeffery Kalchik JDKalchik_at_landolakes.com)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mindi/mindi

    r3023 r3024  
    14211421    ML02=`grep -vE ' lvm | raid | swap ' $file | wc -l`
    14221422    ML1=`$AWK '{print $1}' $file | sort -u | wc -l`
    1423     ML2=`grep -v ' lvm | raid | swap ' $file | $AWK '{print $2}' | sort -u | wc -l`
     1423    ML2=`grep -vE ' lvm | raid | swap ' $file | $AWK '{print $2}' | sort -u | wc -l`
    14241424    if [ "$ML01" -ne "$ML1" ]; then
    14251425        LogFile "--------------------------------------------"
Note: See TracChangeset for help on using the changeset viewer.