summaryrefslogtreecommitdiffstats
path: root/bin/chroot_tester.sh
diff options
context:
space:
mode:
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)