Changeset 276 in MondoRescue for trunk/mondo/mondo/common/libmondo-tools.c


Ignore:
Timestamp:
Jan 3, 2006, 5:01:12 PM (18 years ago)
Author:
bcornec
Message:

merge -r274:275 $SVN_M/branches/2.06

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo/common/libmondo-tools.c

    r274 r276  
    173173file=$i/.directory; if [ -f \"$file\" ] ; then mv -f $file $file.old ; \
    174174awk '{if (index($0, \"rootimagesmindi\")) { while (length($0)>2) { getline;} ; } \
    175 else { print $0;};}'$file.old  > $file ; fi ; done");
     175else { print $0;};}' $file.old  > $file ; fi ; done");
    176176    run_program_and_log_output(tmp, 5);
    177177    paranoid_free(tmp);
Note: See TracChangeset for help on using the changeset viewer.