Gentoo Archives: gentoo-dev

From: Terje Kvernes <terjekv@××××××××.no>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] pretend requires root?
Date: Sun, 21 Apr 2002 07:55:24
Message-Id: wxxit6lb490.fsf@nommo.uio.no
In Reply to: Re: [gentoo-dev] pretend requires root? by "Preston A. Elder"
1 "Preston A. Elder" <prez@××××.net> writes:
2
3 > > -if os.getuid()!=0 and ("--help" not in myopts) and ("--version" not in myopts) and ("search"!=myaction) and ("--pretend" not in myopts):
4 > > +if os.getuid()!=0 and ("--help" not in myopts) and ("--version" not in myopts) and ("search"!=myaction):
5 >
6 > Would probably work a little better if you switched the '+' and '-' :)
7
8 bah. just because I make patches at 5am, _someone_ has to point out
9 the errors. thanks. :)
10
11 --
12 Terje

Replies

Subject Author
Re: [gentoo-dev] pretend requires root? Yannick Koehler <yannick.koehler@××××××××.com>