Changeset 645 in MondoRescue for branches/2.0.8/tools/mkchangelog.pl


Ignore:
Timestamp:
Jun 8, 2006, 12:22:44 AM (18 years ago)
Author:
bcornec
Message:

still some changelog improvements

File:
1 edited

Legend:

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

    r644 r645  
    6969        while ($tmp !~ /^$/) {
    7070            print OUTPUT $tmp;
    71             $tmp = <INPUT>;
     71            if (<INPUT>) {
     72                $tmp = $_; 
     73            }
     74            else {
     75                last;
     76            }
    7277        }
    7378        print OUTPUT "\n";
Note: See TracChangeset for help on using the changeset viewer.