awesome-client: Properly exit when dbus-send isn't found
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
d3eaaf7b50
commit
9e49865d3f
|
@ -18,6 +18,7 @@ DBUS_SEND=dbus-send
|
|||
if ! which ${DBUS_SEND} >/dev/null 2>&1
|
||||
then
|
||||
echo "E: Unable to find" ${DBUS_SEND}
|
||||
exit 1
|
||||
fi
|
||||
|
||||
DBUS_METHOD=org.awesome.Remote.Eval
|
||||
|
|
Loading…
Reference in New Issue