aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorBrian Harring <ferringb@gentoo.org>2005-05-07 04:46:49 +0000
committerBrian Harring <ferringb@gentoo.org>2005-05-07 04:46:49 +0000
commita1e476c4ccf202d85f00ad5b1dbcf959ef1bf30a (patch)
tree5c715382b2eeeac532410a004c6d195ac7f8cf8b /bin
parentdsd supplied a fix for the quote issues w/ env transfering down the pipe. (diff)
downloadportage-cvs-a1e476c4ccf202d85f00ad5b1dbcf959ef1bf30a.tar.gz
portage-cvs-a1e476c4ccf202d85f00ad5b1dbcf959ef1bf30a.tar.bz2
portage-cvs-a1e476c4ccf202d85f00ad5b1dbcf959ef1bf30a.zip
import fix
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/ebuild b/bin/ebuild
index 64250ed..a6a817b 100755
--- a/bin/ebuild
+++ b/bin/ebuild
@@ -1,10 +1,11 @@
#!/usr/bin/python -O
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/bin/ebuild,v 1.21 2004/11/07 12:51:57 ferringb Exp $
+# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/bin/ebuild,v 1.22 2005/05/07 04:46:49 ferringb Exp $
-import os,sys,portage_util
+import os,sys
sys.path = ["/usr/lib/portage/pym"]+sys.path
+import portage_util
def getroot():
try: