Re: no interaction in xterm, but it works in a cygwin shell

2004-02-17 Thread Igor Pechtchanski
On Tue, 17 Feb 2004, Andreas Seidl wrote: > I'm using a Lisp-based computer algebra system called REDUCE. Basically > it is started by a call of the form: > > #!/usr/bin/bash -v > /cygdrive/c/devred/lisp/psl/win32/psl/bpsl -td 1600 -f > 'C:\devred\lisp\psl\win32\red\reduce.img' > > The -v opti

no interaction in xterm, but it works in a cygwin shell

2004-02-17 Thread Andreas Seidl
I'm using a Lisp-based computer algebra system called REDUCE. Basically it is started by a call of the form: #!/usr/bin/bash -v /cygdrive/c/devred/lisp/psl/win32/psl/bpsl -td 1600 -f 'C:\devred\lisp\psl\win32\red\reduce.img' The -v option is for printing the executed commands on the screen.