public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r14827 - main/branches/2.1.7/bin
@ 2009-11-16  0:29 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2009-11-16  0:29 UTC (permalink / raw
  To: gentoo-commits

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
===================================================================
--- 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 @@
 
 		declare -p
 		declare -fp
+		if [[ ${BASH_VERSINFO[0]} == 3 ]]; then
+			export
+		fi
 	)
 }
 




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-11-16  0:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-16  0:29 [gentoo-commits] portage r14827 - main/branches/2.1.7/bin Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox