summaryrefslogtreecommitdiffstats
path: root/bin/d-i_manual.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-11-10 03:10:12 +0100
committerHolger Levsen <holger@layer-acht.org>2012-11-10 03:10:12 +0100
commitac5868d5dec00a1e9f0b1dc29b96453ed7e0312c (patch)
treed6ed313de70bd2d392e6db1178b17589631a44cb /bin/d-i_manual.sh
parent8f2ec27cf565fb60eb0bc427c9169ef874f84e30 (diff)
downloadjenkins.debian.net-ac5868d5dec00a1e9f0b1dc29b96453ed7e0312c.tar.xz
use LC_ALL, thanks KiBi
Diffstat (limited to 'bin/d-i_manual.sh')
-rwxr-xr-xbin/d-i_manual.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/d-i_manual.sh b/bin/d-i_manual.sh
index 33b76c00..4ae455f8 100755
--- a/bin/d-i_manual.sh
+++ b/bin/d-i_manual.sh
@@ -5,7 +5,7 @@
set -x
set -e
-export LANG=C
+export LC_ALL=C
export MIRROR=http://ftp.de.debian.org/debian
export http_proxy="http://localhost:3128"