From c9cf1a3a0bb3dc6ca5f801e6886fb4f0be90c767 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 12 Mar 2009 00:28:45 +0000 Subject: Move ebuild helpers into an ebuild-helpers subdirectory. svn path=/main/trunk/; revision=13063 --- bin/misc-functions.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/misc-functions.sh') diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index c29852309..e5de71340 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -382,7 +382,8 @@ install_qa_check() { abort="yes" fi done - f=$(cat "${PORTAGE_LOG_FILE}" | check-implicit-pointer-usage.py) + f=$(cat "${PORTAGE_LOG_FILE}" | \ + "$PORTAGE_BIN_PATH"/check-implicit-pointer-usage.py) if [[ -n ${f} ]] ; then # In the future this will be a forced "die". In preparation, -- cgit v1.2.3-1-g7c22