# HG changeset patch # User Matthias Förste # Date 1306748912 -7200 # Node ID 942ef82c967308a2f042189f1eb1437807b81684 # Parent 71d192737143db3374e79bd1e09a267e6089aefe add newline to changed lines in config snippets diff -r 71d192737143 -r 942ef82c9673 bin/update-serial --- a/bin/update-serial Mon May 30 11:35:27 2011 +0200 +++ b/bin/update-serial Mon May 30 11:48:32 2011 +0200 @@ -345,7 +345,7 @@ next unless /^\s*file\s+"([^"]*)"\s*;\s*$/; $czf = $1; $files++; - $_ = qq(\tfile "$zf";) and $changed++ unless $czf =~ m#\Q$z/$z$suf\E$#; + $_ = qq(\tfile "$zf";\n) and $changed++ unless $czf =~ m#\Q$z/$z$suf\E$#; } die "Multiple file statements found in '$cf' (maybe inside multiline comments)" if $files > 1;