Changeset 1274 in MondoRescue for branches/2.2.2/tools/mkchangelog.pl


Ignore:
Timestamp:
Mar 27, 2007, 12:41:17 AM (17 years ago)
Author:
Bruno Cornec
Message:
  • Fix mkchangelog.pl compilation error
  • Various Valgrind fixes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.2/tools/mkchangelog.pl

    r1273 r1274  
    120120            print OUTPUT "  * $tmp";
    121121        }
    122         else if ($dtype eq "rpm") {
     122        elsif ($dtype eq "rpm") {
    123123            print OUTPUT "$tmp";
    124124        }
Note: See TracChangeset for help on using the changeset viewer.