summaryrefslogtreecommitdiffstats
path: root/bin
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
parent8f2ec27cf565fb60eb0bc427c9169ef874f84e30 (diff)
downloadjenkins.debian.net-ac5868d5dec00a1e9f0b1dc29b96453ed7e0312c.tar.xz
use LC_ALL, thanks KiBi
Diffstat (limited to 'bin')
-rwxr-xr-xbin/chroot_tester.sh4
-rwxr-xr-xbin/d-i_manual.sh2
-rwxr-xr-xbin/d-i_parse_logs.sh2
-rwxr-xr-xbin/housekeeping.sh1
-rwxr-xr-xbin/webcheck_url.sh2
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"
#