[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] GNU troff in OpenBSD
From: |
Ralph Corderoy |
Subject: |
Re: [Groff] GNU troff in OpenBSD |
Date: |
Sun, 16 Oct 2011 18:00:20 +0100 |
Hi Ingo,
> -. pso bash -c "echo -n .ds *date\ ;date"
> +. pso /bin/sh -c "echo -n .ds *date\ ;date"
That smells odd; what if I've a file called ./mandate? Do the globs
need escaping? I realise you haven't introduced them but I've only
noticed them in browsing your patch. :-) Also, would plain `sh'
suffice, relying on PATH?
Cheers, Ralph.