[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] groffer 0.3
From: |
Bernd Warken |
Subject: |
Re: [Groff] groffer 0.3 |
Date: |
Sun, 16 Dec 2001 01:05:22 +0100 |
User-agent: |
Mutt/1.2.5i |
On Sat, Dec 15, 2001 at 07:57:53PM +0000, Ralph Corderoy wrote:
>
> It used to be /bin/bash, now it's /bin/sh. Is it aiming to be
> portable? If so, modern features like $() instead of `` need
> considering.
>
$() is POSIX, `` is deprecated and makes only sense in make files.
Arguments with space characters would be very hard without $() as
the handling of quotes is different in pre_POSIX systems.
I restrict to POSIX and GNU, is there something else necessary?
Bernd Warken