summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-03-12 00:28:45 +0000
committerZac Medico <zmedico@gentoo.org>2009-03-12 00:28:45 +0000
commitc9cf1a3a0bb3dc6ca5f801e6886fb4f0be90c767 (patch)
tree5e55a40e4c13d8c9ddd779ea6c4d395117d1fa99 /bin/misc-functions.sh
parentUse absolute imports instead of relative. (diff)
downloadportage-multirepo-c9cf1a3a0bb3dc6ca5f801e6886fb4f0be90c767.tar.gz
portage-multirepo-c9cf1a3a0bb3dc6ca5f801e6886fb4f0be90c767.tar.bz2
portage-multirepo-c9cf1a3a0bb3dc6ca5f801e6886fb4f0be90c767.zip
Move ebuild helpers into an ebuild-helpers subdirectory.
svn path=/main/trunk/; revision=13063
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 c2985230..e5de7134 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,