[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: groff 1.23.0.rc4 on Solaris 11 OpenIndiana
From: |
Bruno Haible |
Subject: |
Re: groff 1.23.0.rc4 on Solaris 11 OpenIndiana |
Date: |
Sun, 16 Apr 2023 15:46:47 +0200 |
Ralph Corderoy wrote:
> Doesn't that look a bit odd? Both tr and sed want to see a single
> backslash in their argv[] string. tr for \000 and sed for \( and \).
> The arguments to both are in sh's single quotes. Yet the backslashes
> for tr are single whereas sed's are doubled.
Yes, this is the first part of what is wrong.
> This suggests some variation between sh implementations.
No, my tests show that it's a variation between 'sed' implementations
that causes the problem. The shell remained the same in my tests.
> If the multi-line sed is a portability problem. And it probably isn't.
In my tests, the multi-line sed was not the problem.
The '\n' interpretation was a difference between 'sed' implementations,
though.
Bruno
- Re: groff 1.23.0.rc4 on Alpine Linux, (continued)
Re: groff 1.23.0.rc4 on Solaris 11 OpenIndiana, Bruno Haible, 2023/04/15
- Re: groff 1.23.0.rc4 on Solaris 11 OpenIndiana, G. Branden Robinson, 2023/04/15
- Re: groff 1.23.0.rc4 on Solaris 11 OpenIndiana, Bruno Haible, 2023/04/16
- Re: groff 1.23.0.rc4 on Solaris 11 OpenIndiana, Ralph Corderoy, 2023/04/16
- Re: groff 1.23.0.rc4 on Solaris 11 OpenIndiana, Bruno Haible, 2023/04/16
- Re: groff 1.23.0.rc4 on Solaris 11 OpenIndiana, G. Branden Robinson, 2023/04/17
- Re: sed portability, Bruno Haible, 2023/04/17
- Re: groff 1.23.0.rc4 on Solaris 11 OpenIndiana, Ralph Corderoy, 2023/04/17
- Re: groff 1.23.0.rc4 on Solaris 11 OpenIndiana, G. Branden Robinson, 2023/04/19
Re: groff 1.23.0.rc4 on Solaris 11 OpenIndiana, G. Branden Robinson, 2023/04/19
Re: groff 1.23.0.rc4 on Solaris 11 OpenIndiana, Dave Kemper, 2023/04/20
Re: groff 1.23.0.rc4 on Solaris 11 OpenIndiana, G. Branden Robinson, 2023/04/20