summaryrefslogtreecommitdiffstats
path: root/changes2changelog
diff options
context:
space:
mode:
Diffstat (limited to 'changes2changelog')
-rwxr-xr-xchanges2changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/changes2changelog b/changes2changelog
index 07c7afa..395860f 100755
--- a/changes2changelog
+++ b/changes2changelog
@@ -1,5 +1,7 @@
#! /usr/bin/perl
+$ENV{"LC_ALL"} = "C";
+
while (<>) {
if (/^(|-+)$/) {
next;