From 1a2e26ac7cfeccca2c26e9d1dd1ee32f94c3021c Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 19 Sep 2008 01:55:11 +0000 Subject: Fix typo in from previous commit. svn path=/main/trunk/; revision=11516 --- bin/isolated-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh index 831ed5332..fab10e79f 100755 --- a/bin/isolated-functions.sh +++ b/bin/isolated-functions.sh @@ -546,7 +546,7 @@ save_ebuild_env() { for x in pkg_setup pkg_nofetch src_unpack src_prepare src_configure \ src_compile src_test src_install pkg_preinst pkg_postinst \ pkg_prerm pkg_postrm ; do - unset -f _default_$x _eapi{0,1,2}_$x + unset -f default_$x _eapi{0,1,2}_$x done unset x -- cgit v1.2.3-1-g7c22