From: Simon Stelling Date: Sun, 12 Mar 2006 00:38:31 +0000 (+0000) Subject: move the unset inside the if EBUILD_PHASE == setup block X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a35051b72d87bb63dd3205ddbe90db08cdfce2ff;p=gentoo.git move the unset inside the if EBUILD_PHASE == setup block --- diff --git a/profiles/default-linux/amd64/profile.bashrc b/profiles/default-linux/amd64/profile.bashrc index 4aae72b269c7..6c69a137d2ba 100644 --- a/profiles/default-linux/amd64/profile.bashrc +++ b/profiles/default-linux/amd64/profile.bashrc @@ -62,5 +62,5 @@ if [[ ${EBUILD_PHASE} == "setup" ]]; then ewarn "re-compile the package in question as well as all its dependencies" sleep 5 fi -fi unset trigger broken_flag +fi