summaryrefslogtreecommitdiffstats
path: root/bin/misc-functions.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-03-12 05:55:37 +0000
committerZac Medico <zmedico@gentoo.org>2009-03-12 05:55:37 +0000
commitaacb5d3be42eb354596ca19db836bd3085bc2da9 (patch)
tree9be638d9a9d226b59e031bddffedfcc2f87eba4e /bin/misc-functions.sh
parent52376b6e7ce89b8dd048a4bb2afd4f6c3f822dfb (diff)
downloadportage-aacb5d3be42eb354596ca19db836bd3085bc2da9.tar.gz
portage-aacb5d3be42eb354596ca19db836bd3085bc2da9.tar.bz2
portage-aacb5d3be42eb354596ca19db836bd3085bc2da9.zip
Move ebuild helpers into an ebuild-helpers subdirectory. (trunk r13063)
svn path=/main/branches/2.1.6/; revision=13077
Diffstat (limited to 'bin/misc-functions.sh')
-rwxr-xr-xbin/misc-functions.sh3
1 files changed, 2 insertions, 1 deletions
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,