From: corinna DOT vinschen AT cityweb DOT de (Corinna Vinschen) Subject: Re: B20: piping problem in pdksh 12 Nov 1998 11:42:27 -0800 Message-ID: <364A0D6D.A429444D.cygnus.gnu-win32@cityweb.de> References: <199811092208 DOT OAA09367 AT lady DOT axian DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Terry Griffin , gnu-win32 AT cygnus DOT com 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 AT cygnus DOT com" with one line of text: "help".