mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 14:07:55 +00:00
10seconds_install: Set LANG=C so GnuPG does not translate into German.
This commit is contained in:
parent
78f6607159
commit
93651454e4
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue