summaryrefslogtreecommitdiffstats
path: root/bin/prepstrip
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-01-10 04:22:27 +0000
committerZac Medico <zmedico@gentoo.org>2007-01-10 04:22:27 +0000
commitc53f52941c88b24c20204f1795dc02f595ee3a57 (patch)
treeea728689d7e18677337067eeb062f09294070af4 /bin/prepstrip
parent62b9787719172d3b628eaecf6cf7b3f21645c8d5 (diff)
downloadportage-c53f52941c88b24c20204f1795dc02f595ee3a57.tar.gz
portage-c53f52941c88b24c20204f1795dc02f595ee3a57.tar.bz2
portage-c53f52941c88b24c20204f1795dc02f595ee3a57.zip
For bug #160075, send all 'QA Notice' messages to eqawarn. Also, modify eqawarn to use vecho and send ouput to stderr.
svn path=/main/trunk/; revision=5507
Diffstat (limited to 'bin/prepstrip')
-rwxr-xr-xbin/prepstrip5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/prepstrip b/bin/prepstrip
index c9fc10e98..1ff4c0d28 100755
--- a/bin/prepstrip
+++ b/bin/prepstrip
@@ -55,8 +55,9 @@ save_elf_debug() {
# They prevent us from getting the splitdebug data.
f="$(scanelf -yqRBF '#k%F' -k '!.symtab' "$@")"
if [[ -n "${f}" ]] ; then
- vecho -e "\n\aQA Notice: pre-stripped files found:\a"
- vecho "${f}"
+ vecho -e "\a\n"
+ eqawarn "QA Notice: Pre-stripped files found:"
+ eqawarn "${f}"
echo "${f}" > "${T}"/scanelf-already-stripped.log
fi