summaryrefslogtreecommitdiffstats
path: root/bin/prepman
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/prepman
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/prepman')
-rwxr-xr-xbin/prepman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/prepman b/bin/prepman
index 1cc54a23f..beccec8ff 100755
--- a/bin/prepman
+++ b/bin/prepman
@@ -12,7 +12,7 @@ else
fi
if [[ ! -d ${z} ]] ; then
- vecho "QA Notice: prepman called with non-existent dir '${z#${D}}'" 2>&1
+ eqawarn "QA Notice: prepman called with non-existent dir '${z#${D}}'"
exit 0
fi