summaryrefslogtreecommitdiffstats
path: root/bin/chroot_tester.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/chroot_tester.sh
parent8f2ec27cf565fb60eb0bc427c9169ef874f84e30 (diff)
downloadjenkins.debian.net-ac5868d5dec00a1e9f0b1dc29b96453ed7e0312c.tar.xz
use LC_ALL, thanks KiBi
Diffstat (limited to 'bin/chroot_tester.sh')
-rwxr-xr-xbin/chroot_tester.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/chroot_tester.sh b/bin/chroot_tester.sh
index 5fb1c84c..eeb0fca4 100755
--- a/bin/chroot_tester.sh
+++ b/bin/chroot_tester.sh
@@ -21,7 +21,7 @@ sleep $SLEEP
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"
@@ -29,7 +29,7 @@ export SCRIPT_HEADER="#!/bin/bash
set -x
set -e
export DEBIAN_FRONTEND=noninteractive
-export LANG=C
+export LC_ALL=C
export http_proxy=$http_proxy"
export CHROOT_TARGET=$(mktemp -d -p /chroots/ chroot-tests-$1.XXXXXXXXX)