projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efbe6ae
)
use an echo rather than ewarn
author
Mike Frysinger
<vapier@gentoo.org>
Wed, 4 Jan 2006 01:50:32 +0000
(
01:50
-0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Wed, 4 Jan 2006 01:50:32 +0000
(
01:50
-0000)
svn path=/main/trunk/; revision=2521
bin/preplib
patch
|
blob
|
history
diff --git
a/bin/preplib
b/bin/preplib
index a0227a6c83664c0b02f3f01eec290f0bf9760590..b8cfad1a8b300daeae05427165a688ad13760c90 100755
(executable)
--- a/
bin/preplib
+++ b/
bin/preplib
@@
-3,7
+3,7
@@
# Distributed under the terms of the GNU General Public License v2
# $Id: /var/cvsroot/gentoo-src/portage/bin/preplib,v 1.7.2.1 2005/01/02 09:36:02 jstubbs Exp $
-e
warn "QA Notice: Please stop using me, fix your package instead"
+e
cho "QA Notice: Please stop using me, fix your package instead" 1>&2
LIBDIR_VAR="LIBDIR_${ABI}"
if [ -n "${ABI}" -a -n "${!LIBDIR_VAR}" ]; then