awesome-client: Fix bashism
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
9e49865d3f
commit
b04aaa8ad5
|
@ -15,7 +15,8 @@ fi
|
|||
|
||||
DBUS_SEND=dbus-send
|
||||
|
||||
if ! which ${DBUS_SEND} >/dev/null 2>&1
|
||||
which ${DBUS_SEND} > /dev/null
|
||||
if test $? = 1
|
||||
then
|
||||
echo "E: Unable to find" ${DBUS_SEND}
|
||||
exit 1
|
||||
|
|
Loading…
Reference in New Issue