On 9 Oct 2000, Niels Möller wrote:
> Dirk Herrmann <[EMAIL PROTECTED]> writes:
>
> > When I use the following wrapper file:
> > #!/bin/bash
> > lsh --debug $* 2>lsh.errlog
> > then everything works. If I use lsh directly, it doesn't. Thus, it seems
> > that I can't provide useful information this way :-(
>
> That's bad. Does it matter if you direct stderr to a file or to
> /dev/null? (If lsh works better with stderr to /dev/null, at least
> that's an ugly workaround for the problem).
Yes, that also works. For the meantime, this workaround will do for
me. Thanks for your help.
Best regards
Dirk