From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A521359CA3 for ; Sun, 6 Mar 2016 23:33:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5548C21C088; Sun, 6 Mar 2016 23:33:49 +0000 (UTC) Received: from a1www.kph.uni-mainz.de (a1www.kph.uni-mainz.de [134.93.134.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A24121C061 for ; Sun, 6 Mar 2016 23:33:47 +0000 (UTC) Received: from a1i15.kph.uni-mainz.de (a1i15.kph.uni-mainz.de [134.93.134.92]) by a1www.kph.uni-mainz.de (8.14.9/8.14.7) with ESMTP id u26NXfNi012083; Mon, 7 Mar 2016 00:33:41 +0100 Received: from a1i15.kph.uni-mainz.de (localhost [127.0.0.1]) by a1i15.kph.uni-mainz.de (8.14.8/8.14.2) with ESMTP id u26NXfM1023026; Mon, 7 Mar 2016 00:33:41 +0100 Received: (from ulm@localhost) by a1i15.kph.uni-mainz.de (8.14.8/8.14.8/Submit) id u26NXfKj023022; Mon, 7 Mar 2016 00:33:41 +0100 Message-ID: <22236.48725.114876.605888@a1i15.kph.uni-mainz.de> Date: Mon, 7 Mar 2016 00:33:41 +0100 To: gentoo-dev@lists.gentoo.org Cc: "Jason A. Donenfeld" , dev-portage@gentoo.org Subject: [gentoo-dev] Re: [PATCH] eapply_user: allow empty directories In-Reply-To: <1457305317-32338-1-git-send-email-Jason@zx2c4.com> References: <1457305317-32338-1-git-send-email-Jason@zx2c4.com> X-Mailer: VM 8.2.0b under 24.3.1 (x86_64-pc-linux-gnu) From: Ulrich Mueller Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/signed; boundary="pgp+signed+s4XGkmaff3/wq0O"; micalg=pgp-sha256; protocol="application/pgp-signature" X-Archives-Salt: 0adb83e0-bb35-401a-be5e-669574ca5693 X-Archives-Hash: eebf29fdf8593217c89b69969ccb7aa7 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --pgp+signed+s4XGkmaff3/wq0O Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit >>>>> 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 --pgp+signed+s4XGkmaff3/wq0O Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iQEcBAEBCAAGBQJW3L5FAAoJEMMJBoUcYcJz3q0IALSySL26QHWUQrcrqH4BwGi4 /IhJr39YFiAfn4lWUceZRkvy8hVn6EKjz3FOD5r2qH6a+mZavQUf7DtBMsg/ph1R Gd3wVGFcPbj5REmKTnkaXFWx0N5G8nKrtcXliBJ3q7J5XSRPBna3vY049pjxL+2W XXJvpzS0vcUQ0wKKZL4W4hFKN7eN/pIinHSqcSZlhcHhQFZHxr7DvtpuBNHMgbfM 0BipSmY+3dO/nWvUGW5t8YUJU11ybFZGImWhXxSfr+8VbpNg3LFO29sYWUj+zewH 9QWTm9Yg6WFpQZzcbSvLUt0sZgmBwNfLAMf7VMU+NrJoUG18SiaS9zpjFWcbZvg= =8TF/ -----END PGP SIGNATURE----- --pgp+signed+s4XGkmaff3/wq0O--