typo fix.
authorBrian Harring <ferringb@gentoo.org>
Mon, 26 Sep 2005 23:45:18 +0000 (23:45 -0000)
committerBrian Harring <ferringb@gentoo.org>
Mon, 26 Sep 2005 23:45:18 +0000 (23:45 -0000)
svn path=/main/branches/2.0/; revision=2026

bin/emerge

index ed5f9ee0afb1c918642d1cb4abbca477d022d782..8f0971aa4dc33ee5fca238eb55a6f9617f457b5d 100755 (executable)
@@ -596,7 +596,7 @@ def help():
        emergehelp.help(myaction,myopts,havecolor)
 
 # check if root user is the current user for the actions where emerge needs this
-if ("--pretend" in myopts) or ("--fetchonly" in myopts or "--fetch-all-uri" in myopts) or (myaction=="metadata"):
+if ("--pretend" in myopts) or ("--fetchonly" in myopts or "--fetch-all-uri" in myopts) or (myaction=="search"):
        if not portage.secpass:
                if portage.wheelgid==portage.portage_gid:
                        print "emerge: wheel group membership required for \"--pretend\" and search."