From e21955d45f7269ecac144ffecb0a20c5af3c1768 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 12 Dec 2008 21:29:09 +0000 Subject: When attempting to close fd 9 at the end of the depend phase, use exec so that it really works. (trunk r12190) svn path=/main/branches/2.1.6/; revision=12223 --- bin/ebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/ebuild.sh b/bin/ebuild.sh index ce6a06738..7b4fa6868 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -2068,7 +2068,7 @@ ebuild_main() { for f in ${auxdbkeys} ; do echo $(echo ${!f}) 1>&9 || exit $? done - 9>&- + exec 9>&- fi set +f ;; -- cgit v1.2.3-1-g7c22