diff options
author | Zac Medico <zmedico@gentoo.org> | 2010-09-28 11:47:57 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2010-09-28 11:47:57 -0700 |
commit | cd198d28dd1d5ad5dbd5d82b1c9872a18f26abdc (patch) | |
tree | 6a11b130b28cab69a31544724a1bc866d92ac90d | |
parent | 53de70ac9b8cca65a1a7371b4a2e16a31f2fe629 (diff) | |
download | portage-cd198d28dd1d5ad5dbd5d82b1c9872a18f26abdc.tar.gz portage-cd198d28dd1d5ad5dbd5d82b1c9872a18f26abdc.tar.bz2 portage-cd198d28dd1d5ad5dbd5d82b1c9872a18f26abdc.zip |
Fix a typo in a comment.
-rwxr-xr-x | bin/repoman | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman index 8004004ca..0b72ef161 100755 --- a/bin/repoman +++ b/bin/repoman @@ -562,7 +562,7 @@ if options.mode == 'commit' and not options.pretend and not vcs: repoman_settings = portage.config(local_config=False) repoman_settings['PORTDIR_OVERLAY'] = "%s %s" % \ (repoman_settings.get('PORTDIR_OVERLAY', ''), portdir_overlay) -# We have to call the config constructor again since so +# We have to call the config constructor again so # that config.repositories is initialized correctly. repoman_settings = portage.config(local_config=False, env=dict(os.environ, PORTDIR_OVERLAY=repoman_settings['PORTDIR_OVERLAY'])) |