nmh-workers
[Top] [All Lists]

Re: Solaris 'vim' configure bug

2003-06-03 02:30:08

Hi,

  if echo 'r /nonexist-file
q' | ex

works but 

  if echo 'r /nonexist-file
q' | ex > /dev/null 2>&1

hangs.

Redirecting just standard output cause no problem.  But there doesn't
seem any output to redirect anyway...

Can you use strace on Solaris to see what ex is actually doing?

Cheers,


Ralph.

<Prev in Thread] Current Thread [Next in Thread>