projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de702b9
)
Use ${NORMAL} to properly restore color when necessary.
author
Zac Medico
<zmedico@gentoo.org>
Sun, 27 Jul 2008 14:10:00 +0000
(14:10 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 27 Jul 2008 14:10:00 +0000
(14:10 -0000)
svn path=/main/trunk/; revision=11221
bin/misc-functions.sh
patch
|
blob
|
history
diff --git
a/bin/misc-functions.sh
b/bin/misc-functions.sh
index 97f55002decf2ea3c2b11bbc6b6d7e8f153a39f8..12e8b7e0b2b02a6aa52ef889e4f902d275428eb5 100755
(executable)
--- a/
bin/misc-functions.sh
+++ b/
bin/misc-functions.sh
@@
-183,7
+183,7
@@
install_qa_check() {
f=$(<"${T}"/scanelf-ignored-LDFLAGS.log)
if [[ -n ${f} ]] ; then
vecho -ne '\a\n'
- eqawarn "${BAD}QA Notice: Files built without respecting LDFLAGS have been detected"
+ eqawarn "${BAD}QA Notice: Files built without respecting LDFLAGS have been detected
${NORMAL}
"
eqawarn " Please include this file in your report:"
eqawarn " ${T}/scanelf-ignored-LDFLAGS.log"
eqawarn "${f}"