diff options
author | Zac Medico <zmedico@gentoo.org> | 2007-10-25 19:56:45 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2007-10-25 19:56:45 +0000 |
commit | f4ad0e861c866585392f57783fd4359c7ad4d6e8 (patch) | |
tree | 92003184944936ef56d2d351ee98677a7a19bca9 | |
parent | 8fc327338c2cfeda139a5ac1a1d2d5d3d296641c (diff) | |
download | portage-f4ad0e861c866585392f57783fd4359c7ad4d6e8.tar.gz portage-f4ad0e861c866585392f57783fd4359c7ad4d6e8.tar.bz2 portage-f4ad0e861c866585392f57783fd4359c7ad4d6e8.zip |
FIX: indentation problem, also end the Portage identification
line with a ) if repoman wasn't forced to do its job.
(branches/prefix r8281)
svn path=/main/trunk/; revision=8296
-rwxr-xr-x | bin/repoman | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman index c9e9138a2..884931220 100755 --- a/bin/repoman +++ b/bin/repoman @@ -1722,7 +1722,7 @@ else: commitmessage += "\n(Portage version: "+str(portage_version) if options.force: commitmessage += ", RepoMan options: --force" - commitmessage += ")" + commitmessage += ")" if not manifest1_compat: myfiles = myupdates + myremoved + mymanifests filesdirs = set() |