projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbf06af
)
move the unset inside the if EBUILD_PHASE == setup block
author
Simon Stelling
<blubb@gentoo.org>
Sun, 12 Mar 2006 00:38:31 +0000
(
00:38
+0000)
committer
Simon Stelling
<blubb@gentoo.org>
Sun, 12 Mar 2006 00:38:31 +0000
(
00:38
+0000)
profiles/default-linux/amd64/profile.bashrc
patch
|
blob
|
history
diff --git
a/profiles/default-linux/amd64/profile.bashrc
b/profiles/default-linux/amd64/profile.bashrc
index 4aae72b269c794213d60d69af9621f9ba7f90649..6c69a137d2bad444c51d35593b254ef6fe34d6a6 100644
(file)
--- 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