10seconds_install: Set LANG=C so GnuPG does not translate into German.

This commit is contained in:
Ole Tange 2014-01-04 16:01:01 +01:00
parent 78f6607159
commit 93651454e4

View file

@ -32,6 +32,7 @@ if test "$GET" = ""; then
exit 1 exit 1
fi fi
LANG=C
LATEST=$($GET http://ftpmirror.gnu.org/parallel | perl -ne '/(parallel-\d{8})/ and print $1."\n"' | sort | $TAIL -n1) 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 if test \! -e $LATEST.tar.bz2; then
# Source tar does not exist # Source tar does not exist