From aacb5d3be42eb354596ca19db836bd3085bc2da9 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 12 Mar 2009 05:55:37 +0000 Subject: Move ebuild helpers into an ebuild-helpers subdirectory. (trunk r13063) svn path=/main/branches/2.1.6/; revision=13077 --- 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