On Thu, 9 Sep 1999, Edward Doolittle wrote:
>> [ $FIFO ] && echo "message $*" >$FIFO
> This should read
>
> [ -n "$FIFO" ] && ...
On second thought, this should read
[ -p $FIFO -a -w $FIFO ] && ...
or something like that.
I suspect that isn't the last set of problems with this connect script.
Make the changes I suggested, test it, and let us know if there are any
more problems.
Ed
-
To unsubscribe from this list: send the line "unsubscribe linux-diald" in
the body of a message to [EMAIL PROTECTED]