diff options
author | Alec Warner <antarus@gentoo.org> | 2006-04-07 19:11:26 +0000 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2006-04-07 19:11:26 +0000 |
commit | 407b65d991eea5389ba8b1412af6871f9f71d96f (patch) | |
tree | 72eeec96e1b3ff52550833417ace2d4035abca48 | |
parent | c52587d165fb6511e36d0e4619fbe5211e2a1cf1 (diff) | |
download | portage-407b65d991eea5389ba8b1412af6871f9f71d96f.tar.gz portage-407b65d991eea5389ba8b1412af6871f9f71d96f.tar.bz2 portage-407b65d991eea5389ba8b1412af6871f9f71d96f.zip |
Fix this random y that was in the last commit...I blame nano :P
svn path=/main/trunk/; revision=3091
-rwxr-xr-x | bin/emerge | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/emerge b/bin/emerge index 14519df0f..67113857e 100755 --- a/bin/emerge +++ b/bin/emerge @@ -614,7 +614,7 @@ if "--debug" in myopts: # check if root user is the current user for the actions where emerge needs this if portage.secpass < 2: - # We've already allowed "--version" and "--help" above.y + # We've already allowed "--version" and "--help" above. if not myaction: help() sys.exit(0) |