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 --- bin/ebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ebuild.sh') diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 01c9a0c37..f01fdb16c 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1595,7 +1595,7 @@ filter_readonly_variables() { SANDBOX_DEBUG_LOG SANDBOX_DISABLED SANDBOX_LIB SANDBOX_LOG SANDBOX_ON" filtered_vars="${readonly_bash_vars} ${READONLY_PORTAGE_VARS} - BASH_.* PATH" + BASH_.* PATH POSIXLY_CORRECT" if hasq --filter-sandbox $* ; then filtered_vars="${filtered_vars} SANDBOX_.*" else -- cgit v1.2.3-1-g7c22