summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-05-04 18:00:17 +0000
committerZac Medico <zmedico@gentoo.org>2006-05-04 18:00:17 +0000
commit283c3065a87b23f7993231e89788babbefa23590 (patch)
tree8676685f1cbc376145ded875078c6aa22135e702
parenta029b9d5f29259a8fa5532613667d38b37c30be9 (diff)
downloadportage-283c3065a87b23f7993231e89788babbefa23590.tar.gz
portage-283c3065a87b23f7993231e89788babbefa23590.tar.bz2
portage-283c3065a87b23f7993231e89788babbefa23590.zip
Fix some small typos in ebuild.sh for bug #86151. Thanks to Yoshino for this patch.
svn path=/main/trunk/; revision=3319
-rwxr-xr-xbin/ebuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index 7450a1048..8461af608 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -1423,7 +1423,7 @@ if hasq "depend" "$@"; then
}";
eval "$FUNC_SRC" || echo "error creating QA interceptor ${BIN}" >&2
done
- unset src bin_path body
+ unset BIN_PATH BIN BODY FUNC_SRC
fi
# reset the EBUILD_DEATH_HOOKS so they don't multiple due to stable's re-sourcing of env.
@@ -1532,7 +1532,7 @@ for myarg in $*; do
fi
export SANDBOX_ON="0"
;;
- help|clean|setup|preinst)
+ help|setup|preinst)
#pkg_setup needs to be out of the sandbox for tmp file creation;
#for example, awking and piping a file in /tmp requires a temp file to be created
#in /etc. If pkg_setup is in the sandbox, both our lilo and apache ebuilds break.