From a35051b72d87bb63dd3205ddbe90db08cdfce2ff Mon Sep 17 00:00:00 2001 From: Simon Stelling Date: Sun, 12 Mar 2006 00:38:31 +0000 Subject: [PATCH] move the unset inside the if EBUILD_PHASE == setup block --- profiles/default-linux/amd64/profile.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2