From c53f52941c88b24c20204f1795dc02f595ee3a57 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 10 Jan 2007 04:22:27 +0000 Subject: 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 --- bin/prepstrip | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bin/prepstrip') 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 -- cgit v1.2.3-1-g7c22