Changeset 3386 in MondoRescue for branches/3.2/mindi/mindi


Ignore:
Timestamp:
May 14, 2015, 7:03:47 AM (9 years ago)
Author:
Bruno Cornec
Message:
  • Fix mindi-get-perl-modules by avoinding doing recursivity *and* multi file in the same function. We now have a single parameter for the recursive functions and loop around it to avoid variables management issues
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi/mindi

    r3384 r3386  
    26322632
    26332633    # Management of perl scripts delivered needed at restore time
    2634     mindi-get-perl-modules `cat $MINDI_CONF/perl-scripts` /usr/[s]*bin/mr-* > $MINDI_TMP/perl.lis
     2634    LogIt "INFO: Analyzing perl modules dependencies" $MINDI_TMP/$$.log
     2635    mindi-get-perl-modules `cat $MINDI_CONF/perl-scripts` /usr/[s]*bin/mr-* 2>> $MINDI_TMP/$$.log > $MINDI_TMP/perl.lis
    26352636    tar cf - `cat $MINDI_TMP/perl.lis` 2>> $MINDI_TMP/$$.log | tar xf - || LogIt "ERROR: Problem in perl scripts analysis" $MINDI_TMP/$$.log
    26362637
Note: See TracChangeset for help on using the changeset viewer.