From: Zac Medico Date: Tue, 28 Sep 2010 18:47:57 +0000 (-0700) Subject: Fix a typo in a comment. X-Git-Tag: v2.2_rc90~90 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cd198d28dd1d5ad5dbd5d82b1c9872a18f26abdc;p=portage.git Fix a typo in a comment. --- 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']))