aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-01-14 15:43:33 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-01-14 15:43:33 +0000
commit229d8368bc101299d8f8de30d27f3e98c9efc6f7 (patch)
tree91f1e2b5aaaa9aa00bdc14f6ead070395254909b /make-version.pl
parent0e3ba74734a19a7208b45fbb810930db2133f221 (diff)
Set correct locale in make-version.pl instead of in Makefiles.
Added back add_custom_command for svnversion.h. Removed unnecessary text2pcap_CLEAN_FILES. Fix indent for ps.c command. svn path=/trunk/; revision=31525
Diffstat (limited to 'make-version.pl')
-rwxr-xr-xmake-version.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/make-version.pl b/make-version.pl
index 45312cc8f1..48eca2debc 100755
--- a/make-version.pl
+++ b/make-version.pl
@@ -81,6 +81,7 @@ my %version_pref = (
);
my $srcdir = ".";
+$ENV{LANG} = "C"; # Ensure we run with correct locale
# Run "svn info". Parse out the most recent modification time and the
# revision number.