[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Texinfo master branch [Solaris 11 OmniOS]
From: |
Patrice Dumas |
Subject: |
Re: Texinfo master branch [Solaris 11 OmniOS] |
Date: |
Thu, 13 Jun 2024 22:25:28 +0200 |
On Mon, Jun 10, 2024 at 07:11:53PM +0200, Bruno Haible wrote:
> It sounds like a bug in /bin/sh. And indeed, when I use bash to execute this
> script, no problem any more. It's not the first /bin/sh bug on this system
> that we encounter:
> https://lists.gnu.org/archive/html/bug-gnulib/2016-01/msg00030.html
>
> My workaround for this kind of bugs is to define the environment variable
> CONFIG_SHELL=/usr/bin/bash
> in my environment.
> But all invocations of the tp/tests/run_parser_all.sh script should then
> run it through
> ${CONFIG_SHELL-/bin/sh} tp/tests/run_parser_all.sh
> instead of
> tp/tests/run_parser_all.sh
$(SHELL) is already used in some cases and for rules generated by
autoconf. It seems to abide to CONFIG_SHELL setup, but only when passed
on ./configure command line, not at 'runtime'. I would propose to use
$(SHELL) in every make rule that call a shell script, and also possibly in
shell scripts that call other shell scripts.
What do you think?
--
Pat
- Re: Texinfo 7.1.0.90 pretest results [OpenBSD 7.5], (continued)
- Re: Texinfo 7.1.0.90 pretest results [OpenBSD 7.5], Bruno Haible, 2024/06/10
- Re: Texinfo 7.1.0.90 pretest results [OpenBSD 7.5], Patrice Dumas, 2024/06/10
- Re: Texinfo master branch [macOS], Bruno Haible, 2024/06/10
- Re: Texinfo master branch [macOS], Patrice Dumas, 2024/06/11
- Re: Texinfo master branch [macOS], Bruno Haible, 2024/06/11
- Re: Texinfo master branch [macOS], Patrice Dumas, 2024/06/11
- Re: Texinfo master branch [OpenBSD], Bruno Haible, 2024/06/10
- Re: Texinfo master branch [OpenBSD], Gavin Smith, 2024/06/10
- Re: Texinfo master branch [OpenBSD], Patrice Dumas, 2024/06/11
- Re: Texinfo master branch [Solaris 11 OmniOS], Bruno Haible, 2024/06/10
- Re: Texinfo master branch [Solaris 11 OmniOS],
Patrice Dumas <=
- Re: Texinfo master branch [Solaris 11 OmniOS], Gavin Smith, 2024/06/13
- Re: Texinfo 7.1.0.90 pretest results [OpenBSD 7.5], Gavin Smith, 2024/06/10
- Re: Texinfo master branch [macOS], Bruno Haible, 2024/06/10
- Re: Texinfo master branch [macOS], Patrice Dumas, 2024/06/11
- Re: Texinfo 7.1.0.90 pretest results [OpenBSD 7.5], Gavin Smith, 2024/06/10
- Re: Texinfo master branch [mingw], Bruno Haible, 2024/06/11
- Re: Texinfo master branch [mingw], Gavin Smith, 2024/06/11
- Re: Texinfo 7.1.0.90 pretest results [OpenBSD 7.5], Gavin Smith, 2024/06/17
- Re: Texinfo 7.1.0.90 pretest results [OpenBSD 7.5], Bruno Haible, 2024/06/10
Re: Texinfo 7.1.0.90 pretest results [mingw], Gavin Smith, 2024/06/17