summaryrefslogtreecommitdiffstats
path: root/bin/ebuild-helpers/portageq
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ebuild-helpers/portageq')
-rwxr-xr-xbin/ebuild-helpers/portageq2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild-helpers/portageq b/bin/ebuild-helpers/portageq
index d1a1fb52b..3a06fdd68 100755
--- a/bin/ebuild-helpers/portageq
+++ b/bin/ebuild-helpers/portageq
@@ -4,7 +4,7 @@
PORTAGE_BIN_PATH=${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}
PORTAGE_PYM_PATH=${PORTAGE_PYM_PATH:-/usr/lib/portage/pym}
-# Set EPYTHON variable as empty so that dohtml doesn't try
+# Set EPYTHON variable as empty so that portageq doesn't try
# to use potentially unsupported version of Python.
EPYTHON= PYTHONPATH=$PORTAGE_PYM_PATH${PYTHONPATH:+:}$PYTHONPATH \
exec "$PORTAGE_BIN_PATH/portageq" "$@"