summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-07-27 14:10:00 +0000
committerZac Medico <zmedico@gentoo.org>2008-07-27 14:10:00 +0000
commit735cd560d7bbee3f6b51b793d5b67ac60bc622f9 (patch)
tree0afbd9d99d2b746f474fb3d75fbce6a8bfd0fe1d
parentde702b9b0baac66d645b0c848b79a259785b5431 (diff)
downloadportage-735cd560d7bbee3f6b51b793d5b67ac60bc622f9.tar.gz
portage-735cd560d7bbee3f6b51b793d5b67ac60bc622f9.tar.bz2
portage-735cd560d7bbee3f6b51b793d5b67ac60bc622f9.zip
Use ${NORMAL} to properly restore color when necessary.
svn path=/main/trunk/; revision=11221
-rwxr-xr-xbin/misc-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh
index 97f55002d..12e8b7e0b 100755
--- 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}"