From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1N9pTL-0001PQ-8l for garchives@archives.gentoo.org; Mon, 16 Nov 2009 00:29:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE503E088B; Mon, 16 Nov 2009 00:29:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AF237E088B for ; Mon, 16 Nov 2009 00:29:34 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 56783679A5 for ; Mon, 16 Nov 2009 00:29:34 +0000 (UTC) Received: from zmedico by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1N9pTJ-0005Jj-RA for gentoo-commits@lists.gentoo.org; Mon, 16 Nov 2009 00:29:33 +0000 To: gentoo-commits@lists.gentoo.org From: "Zac Medico (zmedico)" Subject: [gentoo-commits] portage r14827 - main/branches/2.1.7/bin X-VCS-Repository: portage X-VCS-Revision: 14827 X-VCS-Files: main/branches/2.1.7/bin/isolated-functions.sh X-VCS-Directories: main/branches/2.1.7/bin X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico Content-Type: text/plain; charset=UTF-8 Message-Id: Sender: Zac Medico Date: Mon, 16 Nov 2009 00:29:33 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 7127a940-a182-44da-807d-9d64ca8cbd8e X-Archives-Hash: b52cc15f482fb089d734cd46a8f853e1 Author: zmedico Date: 2009-11-16 00:29:33 +0000 (Mon, 16 Nov 2009) New Revision: 14827 Modified: main/branches/2.1.7/bin/isolated-functions.sh Log: Restore support for bash-3. (trunk r14804) Modified: main/branches/2.1.7/bin/isolated-functions.sh =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- main/branches/2.1.7/bin/isolated-functions.sh 2009-11-16 00:29:25 UTC= (rev 14826) +++ main/branches/2.1.7/bin/isolated-functions.sh 2009-11-16 00:29:33 UTC= (rev 14827) @@ -571,6 +571,9 @@ =20 declare -p declare -fp + if [[ ${BASH_VERSINFO[0]} =3D=3D 3 ]]; then + export + fi ) } =20