This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: B20: piping problem in pdksh


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".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]