summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2012-02-29 18:34:31 +0100
committerJean Delvare <jdelvare@suse.de>2012-02-29 18:34:31 +0100
commit271fc80d9f0c5793b6c53f055dc0c365ee78ab85 (patch)
treeab24d01c1f859a680f63fe97db10ab1615235e10
parentcb24fe8c3cdb8aa564c438f6e0b312ea31d594ff (diff)
downloadquilt-0.60.tar.gz
Be less strict on changelog formatv0.60
Unrecognized lines are simply discarded now.
-rwxr-xr-xchanges2changelog3
1 files changed, 0 insertions, 3 deletions
diff --git a/changes2changelog b/changes2changelog
index 395860f..409bf72 100755
--- a/changes2changelog
+++ b/changes2changelog
@@ -16,8 +16,5 @@ while (<>) {
next;
} elsif (/(- | +)(?!\s)/) {
print;
- } else {
- print STDERR "Syntax error in line $. of changelog:\n$_\n";
- exit 1;
}
}