gitapply.sh: Fix patching issues on Gentoo.

This commit is contained in:
Sebastian Lackner 2014-08-12 03:34:17 +02:00
parent 5dc4aa102e
commit 4c1c303b62

View File

@ -129,6 +129,10 @@ for dependency in awk cut dd du grep gzip hexdump patch sha1sum; do
fi
done
# Workaround for new versions of awk, which assume that we want to use unicode
export LANG=C
export LC_ALL=C
# Decode base85 git data, prepend with a gzip header
awk_decode_b85='
BEGIN{