changeset 27684:d55c174faeba

Merge variable declaration and export.
author diego
date Sat, 04 Oct 2008 17:15:39 +0000
parents 29d9ec9b1f9d
children b6e2b2e52bba
files configure
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sat Oct 04 16:40:35 2008 +0000
+++ b/configure	Sat Oct 04 17:15:39 2008 +0000
@@ -50,8 +50,7 @@
 #############################################################################
 
 # Prevent locale nonsense from breaking basic text processing utils
-LC_ALL=C
-export LC_ALL
+export LC_ALL=C
 
 # Store the configure line that was used
 _configuration="$*"