>>>>> On Sun, 6 Mar 2016, Jason A. Donenfeld wrote: >> --- a/bin/phase-helpers.sh >> +++ b/bin/phase-helpers.sh >> @@ -1089,6 +1089,10 @@ if ___eapi_has_eapply_user; then >> local basedir=${PORTAGE_CONFIGROOT%/}/etc/portage/patches >> >> local d applied >> + local LC_ALL=POSIX >> + local prev_shopt=$(shopt -p nullglob) >> + shopt -s nullglob Why is LC_ALL=POSIX needed there? Ulrich