diff options
-rwxr-xr-x | bin/preplib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/preplib b/bin/preplib index a0227a6c8..b8cfad1a8 100755 --- 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 $ -ewarn "QA Notice: Please stop using me, fix your package instead" +echo "QA Notice: Please stop using me, fix your package instead" 1>&2 LIBDIR_VAR="LIBDIR_${ABI}" if [ -n "${ABI}" -a -n "${!LIBDIR_VAR}" ]; then |