aboutsummaryrefslogtreecommitdiff
path: root/contrib/make_sunver.pl
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/make_sunver.pl')
-rw-r--r--contrib/make_sunver.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/make_sunver.pl b/contrib/make_sunver.pl
index db0fe21ef43..8a90b1fea0d 100644
--- a/contrib/make_sunver.pl
+++ b/contrib/make_sunver.pl
@@ -19,6 +19,10 @@
use FileHandle;
use IPC::Open2;
+# Enforce C locale.
+$ENV{'LC_ALL'} = "C";
+$ENV{'LANG'} = "C";
+
# Input version script, GNU style.
my $symvers = shift;