public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r9438 - main/trunk/bin
@ 2008-03-05  9:34 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2008-03-05  9:34 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2008-03-05 09:34:37 +0000 (Wed, 05 Mar 2008)
New Revision: 9438

Modified:
   main/trunk/bin/ebuild.sh
Log:
TODO: Move variable name validation and declare -r filtering
      into filter-bash-environment.py.


Modified: main/trunk/bin/ebuild.sh
===================================================================
--- main/trunk/bin/ebuild.sh	2008-03-05 09:23:51 UTC (rev 9437)
+++ main/trunk/bin/ebuild.sh	2008-03-05 09:34:37 UTC (rev 9438)
@@ -1427,6 +1427,9 @@
 		BASH_[_[:alnum:]]* PATH
 		[[:digit:]][_[:alnum:]]*
 		[-_[:alnum:]]*-[-_[:alnum:]]*"
+	# TODO: Take the above variable name validation and the below sed-based
+	#       declare -r filter and integrate them both directly into
+	#       filter-bash-environment.py.
 	if hasq --filter-sandbox $* ; then
 		filtered_vars="${filtered_vars} SANDBOX_[_[:alnum:]]*"
 	else

-- 
gentoo-commits@lists.gentoo.org mailing list



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

only message in thread, other threads:[~2008-03-05  9:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-05  9:34 [gentoo-commits] portage r9438 - main/trunk/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