[quoted lines by Samuel Thibault on 2007/09/04 at 10:04 +0200] >> 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
Or an even shorter syntax: [ -x /bin/brltty -a -f /etc/brltty.conf ] && /bin/brltty -- Dave Mielke | 2213 Fox Crescent | I believe that the Bible is the Phone: 1-613-726-0014 | Ottawa, Ontario | Word of God. Please contact me EMail: [EMAIL PROTECTED] | Canada K2A 1H7 | if you're concerned about Hell. http://FamilyRadio.com/ | http://Mielke.cc/bible/ _______________________________________________ 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