summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;
}
}