Subject: pdksh bug Re: ksh bug?
To: Jukka Salmi <j+nbsd@2006.salmi.ch>
From: Chapman Flack <nblists@anastigmatix.net>
List: current-users
Date: 09/13/2006 15:05:58
Jukka Salmi wrote:
> $ cat reldate
> echo "`cut -d\\\" -f2 reldate.h`"

> $ ksh reldate
> reldate: no closing quote

You seem to be using the PDKSH ksh-clone that we insist upon distributing
as /bin/ksh.  An actual ksh gives the same results you posted for sh/bash.

-Chap