2008/2/15, Victor Lowther <[EMAIL PROTECTED]>:

>  -command_exists dbus-send || exit 1
>  +command_exists dbus-send && command_exists NetworkManager || exit

I would prefer

command_exists dbus-send || exit 1
command_exists NetworkManager || exit 1

Is easier to read.

Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
_______________________________________________
Pm-utils mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/pm-utils

Reply via email to