summaryrefslogtreecommitdiffstats
path: root/bin/misc-functions.sh
diff options
context:
space:
mode:
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,