From b2a3d90d9c72fe24b834043521aae28774191a2b Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 13 Dec 2009 03:50:56 +0000 Subject: Add EAPI 3_pre2 to conditinals so the EAPI 4 stuff is disabled. (trunk r15035) svn path=/main/branches/2.1.7/; revision=15069 --- bin/isolated-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/isolated-functions.sh') diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh index 911f65bc2..61120705f 100755 --- a/bin/isolated-functions.sh +++ b/bin/isolated-functions.sh @@ -54,7 +54,7 @@ dump_trace() { } nonfatal() { - if has "${EAPI:-0}" 0 1 2 3; then + if has "${EAPI:-0}" 0 1 2 3 3_pre2 ; then die "$FUNCNAME() not supported in this EAPI" fi if [[ $# -lt 1 ]]; then -- cgit v1.2.3-1-g7c22