From 93651454e462b0a580739ce123c801ecef02b90f Mon Sep 17 00:00:00 2001 From: Ole Tange Date: Sat, 4 Jan 2014 16:01:01 +0100 Subject: [PATCH] 10seconds_install: Set LANG=C so GnuPG does not translate into German. --- 10seconds_install | 1 + 1 file changed, 1 insertion(+) diff --git a/10seconds_install b/10seconds_install index 57d29bef..e7936c0a 100644 --- a/10seconds_install +++ b/10seconds_install @@ -32,6 +32,7 @@ if test "$GET" = ""; then exit 1 fi +LANG=C LATEST=$($GET http://ftpmirror.gnu.org/parallel | perl -ne '/(parallel-\d{8})/ and print $1."\n"' | sort | $TAIL -n1) if test \! -e $LATEST.tar.bz2; then # Source tar does not exist