Subject: Re: CVS commit: pkgsrc/pkgtools/pbulk/files/pbulk/scripts
To: Joerg Sonnenberger <joerg@britannica.bec.de>
From: Roland Illig <rillig@NetBSD.org>
List: pkgsrc-changes
Date: 09/21/2007 13:38:44
Joerg Sonnenberger wrote:
> On Fri, Sep 21, 2007 at 09:08:09AM +0000, Roland Illig wrote:
>
>>Module Name: pkgsrc
>>Committed By: rillig
>>Date: Fri Sep 21 09:08:09 UTC 2007
>>
>>Modified Files:
>> pkgsrc/pkgtools/pbulk/files/pbulk/scripts: report
>>
>>Log Message:
>>Thou shalt not nest double quotes in backticks, for the Solaris /bin/ksh
>>cannot handle it.
>
>
> Didn't we settle down on /usr/xpg4/bin/sh as the only usable shell on
> Solaris?!
$ ls -l /bin/ksh /usr/xpg4/bin/sh
-r-xr-xr-x 3 root bin 209312 Aug 8 2006 /bin/ksh
-r-xr-xr-x 1 root bin 209312 Aug 8 2006 /usr/xpg4/bin/sh
Roland