blob: c8d3b267516f6507f901adfefd9a9f4cd3ffd68a (
plain)
1
2
3
4
5
6
7
8
9
|
# temporary workaround for not having the locale set in build chroots
# (is fixed upstream in devtools, but must update all build slaves first,
# otherwise the whole Perl rebuild fails!)
eval "$(
declare -f check | \
sed '
s/make test/LC_ALL=C LANGUAGE=C make test/
'
)"
|