]> arthur.barton.de Git - ConfigScripts.git/commitdiff
Only set $LANG variable when it is not set already.
authorAlexander Barton <alex@barton.de>
Mon, 20 Oct 2008 22:03:09 +0000 (00:03 +0200)
committerAlexander Barton <alex@barton.de>
Mon, 20 Oct 2008 22:03:09 +0000 (00:03 +0200)
user/bash_profile

index 78edb079137ae56f883e8eb5b4e7a66f13625654..04876c7fa3b0fd2462b2ca86d75e7f9e2ee8c78e 100644 (file)
@@ -9,7 +9,7 @@
 #  - initial version.
 #
 
-export LANG="de_DE.ISO8859-1"
+[ -n "$LANG" ] || export LANG="de_DE.ISO8859-1"
 export LC_MESSAGES="C"
 export EMAIL="alex@barton.de"
 export WWW_HOME="http://barton.de/"