From: Alec Warner Date: Fri, 7 Apr 2006 19:11:26 +0000 (-0000) Subject: Fix this random y that was in the last commit...I blame nano :P X-Git-Tag: v2.1_pre8~10 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=407b65d991eea5389ba8b1412af6871f9f71d96f;p=portage.git Fix this random y that was in the last commit...I blame nano :P svn path=/main/trunk/; revision=3091 --- 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)