Christopher Gray, le Mon 03 Sep 2007 17:22:11 -0700, a écrit :
> if [ -x /bin/brltty -a -f /etc/brltty.conf ] then /bin/brltty fi

There are missing ';'s : it should read as

if [ -x /bin/brltty -a -f /etc/brltty.conf ]; then /bin/brltty ; fi

Samuel
_______________________________________________
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@mielke.cc
For general information, go to: http://mielke.cc/mailman/listinfo/brltty

Reply via email to