B20: piping problem in pdksh

Corinna Vinschen corinna.vinschen@cityweb.de
Thu Nov 12 01:36:00 GMT 1998


Terry Griffin wrote:
> 
> I was using the public domain korn shell ( ftp://ftp.cs.mun.ca/pub/pdksh/ )
> version 5.2.13 with B19 and it was working fine. I upgraded to B20 and
> following no longer works:
> 
>     ENVVAR=`command1 | command2`
> 
> No matter what the output of "command1 | command2" ENVVAR always comes
> up empty. This works fine:
> 
>     command1 | command2
> 
> and this works fine:
> 
>     ENVVAR=`command1`
> 
> but combining the backquotes with the pipe suppresses the output
> of the commands. Rebuilding pdksh for B20 didn't help. Bash does
> not suffer from the same problem.

Hi Terry,

this works properly on my computer. Are you still using
B19 programs and do you still have the old B19 DLL? If so,
and the above commands use different dlls, somthing like
the above may happen...

Corinna


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list