Changeset 1506 in MondoRescue for branches/2.2.4/mindi/mindi


Ignore:
Timestamp:
Jun 15, 2007, 1:02:30 PM (17 years ago)
Author:
Bruno Cornec
Message:

Fix a bug on the MODULE variable and grep -F usage with spaces.
Fix Virtual media usage
(Patrick Albert)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.4/mindi/mindi

    r1497 r1506  
    27282728    loaded_modules="$MODULES"
    27292729    for modname in $1 ; do
    2730         [ "`echo "$loaded_modules" | grep -F " $modname "`" ] && echo "$modname"
     2730        [ "`echo "$loaded_modules" | grep -w "$modname"`" ] && echo "$modname"
    27312731    done
    27322732}
Note: See TracChangeset for help on using the changeset viewer.