diff options
author | Zac Medico <zmedico@gentoo.org> | 2007-02-21 09:25:32 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2007-02-21 09:25:32 +0000 |
commit | 84ee7caafaf53d1f7bdef2a4c7608307674d668b (patch) | |
tree | efe313b58835f83405a5a8d9b6f55d7280965e64 | |
parent | 02062968635f3ecf01b956617cc1e9833348da28 (diff) | |
download | portage-84ee7caafaf53d1f7bdef2a4c7608307674d668b.tar.gz portage-84ee7caafaf53d1f7bdef2a4c7608307674d668b.tar.bz2 portage-84ee7caafaf53d1f7bdef2a4c7608307674d668b.zip |
s/x/xs/ to fix a typo in a variable name.
svn path=/main/trunk/; revision=6023
-rwxr-xr-x | bin/repoman | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman index 7555fdc0e..7f51443d2 100755 --- a/bin/repoman +++ b/bin/repoman @@ -1689,7 +1689,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: |