From c5bf4898b5647052fa784583b38248ee31dca5c7 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 3 Nov 2008 06:52:57 +0000 Subject: Bug #245356 - Filter POSIXLY_CORRECT from the ebuild environment since it breaks stuff. svn path=/main/trunk/; revision=11804 --- pym/portage/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pym') diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index eff5c0711..b269ea9e9 100644 --- a/pym/portage/__init__.py +++ b/pym/portage/__init__.py @@ -987,6 +987,11 @@ class config(object): "INFOPATH", "MANPATH", ] + # variables that break bash + _environ_filter += [ + "POSIXLY_CORRECT", + ] + # portage config variables and variables set directly by portage _environ_filter += [ "ACCEPT_KEYWORDS", "AUTOCLEAN", -- cgit v1.2.3-1-g7c22