[Pm-utils] [PATCH 07/17] Added an additional check for NetworkManager.

Michael Biebl mbiebl at gmail.com
Fri Feb 15 04:22:14 PST 2008


2008/2/15, Victor Lowther <victor.lowther at gmail.com>:

>  -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?


More information about the Pm-utils mailing list