summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index c702893894..9dd7f54915 100755
--- a/configure
+++ b/configure
@@ -8,7 +8,8 @@
#
# Prevent locale nonsense from breaking basic text processing.
-export LC_ALL=C
+LC_ALL=C
+export LC_ALL
# make sure we are running under a compatible shell
# try to make this part work with most shells