summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Stubbs <jstubbs@gentoo.org>2005-10-16 08:46:25 +0000
committerJason Stubbs <jstubbs@gentoo.org>2005-10-16 08:46:25 +0000
commit020aa4c79874e8a0075cd1256576c99ae49c394b (patch)
tree750d5ac57f1ce4ae1c83d8559f168d9a0d209eac /bin/ebuild
parentReturn after detecting an invalid command line atom so as to avoid spurious d... (diff)
downloadportage-multirepo-020aa4c79874e8a0075cd1256576c99ae49c394b.tar.gz
portage-multirepo-020aa4c79874e8a0075cd1256576c99ae49c394b.tar.bz2
portage-multirepo-020aa4c79874e8a0075cd1256576c99ae49c394b.zip
Typo :(
svn path=/main/branches/2.0/; revision=2137
Diffstat (limited to 'bin/ebuild')
-rwxr-xr-xbin/ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild b/bin/ebuild
index c79068ff..0ddeaa6b 100755
--- a/bin/ebuild
+++ b/bin/ebuild
@@ -55,7 +55,7 @@ else:
reload(portage)
portage_ebuild = portage.portdb.findname(cpv)
- if not portage_ebuild or portageos.path.realpath(portage_ebuild) != ebuild:
+ if not portage_ebuild or os.path.realpath(portage_ebuild) != ebuild:
print "!!! %s does not seem to have a valid PORTDIR structure." % overlay
sys.exit(1)