summaryrefslogtreecommitdiffstats
path: root/bin/ebuild-ipc
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-08-13 07:52:50 -0700
committerZac Medico <zmedico@gentoo.org>2010-08-13 07:52:50 -0700
commit2b48f228db7be788ef83f88fb85296fef880bac6 (patch)
tree6fc9ac9ad076c57ee58d8d94f5dcf7dca45dfbfd /bin/ebuild-ipc
parent9a5f9cf8f6a8ff78cc124c40aaebcedd7be8d059 (diff)
parenta576d0e636feb2057636f3fb051fe946f35433df (diff)
downloadportage-2b48f228db7be788ef83f88fb85296fef880bac6.tar.gz
portage-2b48f228db7be788ef83f88fb85296fef880bac6.tar.bz2
portage-2b48f228db7be788ef83f88fb85296fef880bac6.zip
Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/portage
Diffstat (limited to 'bin/ebuild-ipc')
-rwxr-xr-xbin/ebuild-ipc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild-ipc b/bin/ebuild-ipc
index b30b89aea..b828a35cd 100755
--- a/bin/ebuild-ipc
+++ b/bin/ebuild-ipc
@@ -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 ebuild-ipc.py doesn't try
# to use potentially unsupported version of Python.
EPYTHON= PYTHONPATH=$PORTAGE_PYM_PATH${PYTHONPATH:+:}$PYTHONPATH \
exec "$PORTAGE_BIN_PATH/ebuild-ipc.py" "$@"