Changeset 3049 in MondoRescue for branches/3.0/mindi/mindi


Ignore:
Timestamp:
Oct 9, 2012, 8:50:31 PM (12 years ago)
Author:
Bruno Cornec
Message:
  • Use backquotes instead of $() as provided in the patch
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mindi/mindi

    r3046 r3049  
    10821082                current_partition="$c_p"
    10831083            elif [ "`echo $current_partition | grep -E '^/dev/dm-'`" ]; then
    1084                 current_partition=$(MINDI_LIB/analyze-my-lvm --givemapperofdm $current_parition)
     1084                current_partition=`$MINDI_LIB/analyze-my-lvm --givemapperofdm $current_parition`
    10851085            fi
    10861086            [ "`echo "$useless_dev" | grep -F "$current_partition"`" ] && continue
Note: See TracChangeset for help on using the changeset viewer.