Changeset 2616 in MondoRescue


Ignore:
Timestamp:
Apr 7, 2010, 2:28:39 PM (14 years ago)
Author:
Bruno Cornec
Message:
  • Fix #413 where list of devices was not re-initialized correctly in a loop (Michael Shapiro)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi/analyze-my-lvm

    r2586 r2616  
    180180
    181181    rm -f $MINDI_TMP/pv.tmp2
    182     l=""
    183182    for d in `cat $MINDI_TMP/pv.tmp`; do
    184183        # Skip devices excluded, coming from mondoarchive
    185184        skip=0
     185        l=""
    186186        l="$l `mindi --readalllink $d`"
    187187        l="$l `GiveMapperOfdm $d`"
Note: See TracChangeset for help on using the changeset viewer.