Fix awesome-client parameters

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2010-05-11 09:49:19 +02:00
parent 2870289359
commit 7d1fb8bcf5
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ then
else
if [ "$BASH" ]
then
READ_PARAMETERS=" -e"
READ_OPTIONS=" -e"
fi
fi
@ -41,7 +41,7 @@ a_dbus_send()
$DBUS_METHOD string:"$1" | tail -n +2
}
while read ${USE_READLINE} ${READ_OPTIONS} line
while read ${READ_OPTIONS} line
do
a_dbus_send "$line"
done