From ac5868d5dec00a1e9f0b1dc29b96453ed7e0312c Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 10 Nov 2012 03:10:12 +0100 Subject: use LC_ALL, thanks KiBi --- bin/chroot_tester.sh | 4 ++-- bin/d-i_manual.sh | 2 +- bin/d-i_parse_logs.sh | 2 +- bin/housekeeping.sh | 1 + bin/webcheck_url.sh | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) (limited to 'bin') 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 # 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" # -- cgit v1.2.3-70-g09d2