move the unset inside the if EBUILD_PHASE == setup block
authorSimon Stelling <blubb@gentoo.org>
Sun, 12 Mar 2006 00:38:31 +0000 (00:38 +0000)
committerSimon Stelling <blubb@gentoo.org>
Sun, 12 Mar 2006 00:38:31 +0000 (00:38 +0000)
profiles/default-linux/amd64/profile.bashrc

index 4aae72b269c794213d60d69af9621f9ba7f90649..6c69a137d2bad444c51d35593b254ef6fe34d6a6 100644 (file)
@@ -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