diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-03-12 00:38:31 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-03-12 00:38:31 +0000 |
commit | cf85ebf6d7f970460b1a1651cce9c91e522b0078 (patch) | |
tree | aad7211eea808b8c8771de2188bc1a7b67111ec9 | |
parent | New pre-release. (diff) | |
download | gentoo-2-cf85ebf6d7f970460b1a1651cce9c91e522b0078.tar.gz gentoo-2-cf85ebf6d7f970460b1a1651cce9c91e522b0078.tar.bz2 gentoo-2-cf85ebf6d7f970460b1a1651cce9c91e522b0078.zip |
move the unset inside the if EBUILD_PHASE == setup block
-rw-r--r-- | profiles/default-linux/amd64/profile.bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |