Jim Meyering <[EMAIL PROTECTED]> wrote:
> +# Check with specified user, no context string should be present.
> +# But if the current user is nameless, skip this part.
> +test id -nu > /dev/null \
> + && id $(id -nu) | grep context= >/dev/null && fail=1
Ondřej noticed the bug in my modification of his change,
so the change I push will do this instead ;-)
id -nu > /dev/null \
&& id $(id -nu) | grep context= >/dev/null && fail=1
The risks of modifying a submitted change...
At least this time, it was caught before pushed.
Thanks, Ondřej!
_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils