diff options
author | Stig Bjørlykke <stig@bjorlykke.org> | 2010-01-14 15:43:33 +0000 |
---|---|---|
committer | Stig Bjørlykke <stig@bjorlykke.org> | 2010-01-14 15:43:33 +0000 |
commit | 229d8368bc101299d8f8de30d27f3e98c9efc6f7 (patch) | |
tree | 91f1e2b5aaaa9aa00bdc14f6ead070395254909b /make-version.pl | |
parent | 0e3ba74734a19a7208b45fbb810930db2133f221 (diff) | |
download | wireshark-229d8368bc101299d8f8de30d27f3e98c9efc6f7.tar.gz wireshark-229d8368bc101299d8f8de30d27f3e98c9efc6f7.tar.bz2 wireshark-229d8368bc101299d8f8de30d27f3e98c9efc6f7.zip |
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-x | make-version.pl | 1 |
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. |