Use ${NORMAL} to properly restore color when necessary.
authorZac Medico <zmedico@gentoo.org>
Sun, 27 Jul 2008 14:10:00 +0000 (14:10 -0000)
committerZac 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

index 97f55002decf2ea3c2b11bbc6b6d7e8f153a39f8..12e8b7e0b2b02a6aa52ef889e4f902d275428eb5 100755 (executable)
@@ -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}"