summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-02-21 09:32:08 +0000
committerZac Medico <zmedico@gentoo.org>2007-02-21 09:32:08 +0000
commit717ac969c26b431d1bdd15dfa89ebc32298ccc9e (patch)
tree420d1a741ab6016e960d2525231bf0448bee0cd6 /bin
parent66bed96a8b99a8c0150768c2150a0310059c4a83 (diff)
downloadportage-717ac969c26b431d1bdd15dfa89ebc32298ccc9e.tar.gz
portage-717ac969c26b431d1bdd15dfa89ebc32298ccc9e.tar.bz2
portage-717ac969c26b431d1bdd15dfa89ebc32298ccc9e.zip
s/x/xs/ to fix a typo in a variable name. (trunk r6022:6023)
svn path=/main/branches/2.1.2/; revision=6025
Diffstat (limited to 'bin')
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index fa4bbcabd..911403861 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -1688,7 +1688,7 @@ else:
if "/".join(xs[:2]) in mydone:
continue
mydone.append("/".join(xs[:2]))
- repoman_settings["O"]=os.path.join(os.getcwd(), x[0], x[1])
+ repoman_settings["O"] = os.path.join(mydir, xs[0], xs[1])
portage.digestgen([], repoman_settings, manifestonly=1,
myportdb=portdb)
else: