diff options
-rwxr-xr-x | bin/chroot_tester.sh | 4 | ||||
-rwxr-xr-x | bin/d-i_manual.sh | 2 | ||||
-rwxr-xr-x | bin/d-i_parse_logs.sh | 2 | ||||
-rwxr-xr-x | bin/housekeeping.sh | 1 | ||||
-rwxr-xr-x | bin/webcheck_url.sh | 2 |
5 files changed, 6 insertions, 5 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) 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" diff --git a/bin/d-i_parse_logs.sh b/bin/d-i_parse_logs.sh index 69d7b6fa..7918f5e4 100755 --- a/bin/d-i_parse_logs.sh +++ b/bin/d-i_parse_logs.sh @@ -13,7 +13,7 @@ fi #set -x set -e -export LANG=C +export LC_ALL=C export http_proxy="http://localhost:3128" TMPFILE=$(mktemp) diff --git a/bin/housekeeping.sh b/bin/housekeeping.sh index aef1d727..6f38d430 100755 --- a/bin/housekeeping.sh +++ b/bin/housekeeping.sh @@ -3,6 +3,7 @@ # Copyright 2012 Holger Levsen <holger@layer-acht.org> # released under the GPLv=2 +export LC_ALL=C echo uptime echo diff --git a/bin/webcheck_url.sh b/bin/webcheck_url.sh index b9ffade2..fc7e011b 100755 --- a/bin/webcheck_url.sh +++ b/bin/webcheck_url.sh @@ -13,7 +13,7 @@ fi set -x set -e -export LANG=C +export LC_ALL=C export http_proxy="http://localhost:3128" # |