Re: Netscape communicator helper applications and bash

1998-01-29 Thread Daniel Martin at cush
"Jan Weytjens" <[EMAIL PROTECTED]> writes: > The problem is the (mis)matching of the parentheses. > When run in an xterm window, I get the same error message. > Apparently, the problem is with bash (/bin/sh is a link to /bin/bash) which > complains about about the following syntax: > > ((echo A);

Re: Netscape communicator helper applications and bash

1998-01-29 Thread Sten Anderson
"Jan Weytjens" <[EMAIL PROTECTED]> writes: > The error is in the shell command communicator tries to run with sh: > > ((/usr/bin/acroread /tmp/MOsomething.pdf); rm /tmp/MOsomething.pdf)& > > where MOsomething.pdf is a temporary file in the /tmp directory. > The problem is the (mis)matching of th