awesome-client: Fix bashism

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2009-05-09 21:11:06 +02:00 committed by Julien Danjou
parent 9e49865d3f
commit b04aaa8ad5
1 changed files with 2 additions and 1 deletions

View File

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