Remove all svn $Id keywords.
[portage.git] / bin / ebuild-helpers / portageq
1 #!/bin/bash
2 # Copyright 2009 Gentoo Foundation
3 # Distributed under the terms of the GNU General Public License v2
4
5 PORTAGE_BIN_PATH=${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}
6 PORTAGE_PYM_PATH=${PORTAGE_PYM_PATH:-/usr/lib/portage/pym}
7 # Set EPYTHON variable as empty so that dohtml doesn't try
8 # to use potentially unsupported version of Python.
9 EPYTHON= PYTHONPATH=$PORTAGE_PYM_PATH${PYTHONPATH:+:}$PYTHONPATH \
10         exec "$PORTAGE_BIN_PATH/portageq" "$@"