[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fwd: REVIEW REQUEST - user manual generation
From: |
Karl Berry |
Subject: |
Re: Fwd: REVIEW REQUEST - user manual generation |
Date: |
Fri, 3 Jun 2016 21:33:45 GMT |
The latter is no longer an issue if you switch to $().
Solaris /bin/sh does not support $() --
$ x=$(echo hello)
syntax error: `x=$' unexpected
As you know, Andreas, we have always tried to make texi2dvi (and GNU
shell scripts in general) work under a least-common-denominator shell,
which forces omission of plenty of many useful features.
Another option, with its own pros and cons, is to try to detect whether
the current shell is insufficient and look for a better one. In this
case, as is well known, /usr/xpg4/bin/sh. -k
- Re: Fwd: REVIEW REQUEST - user manual generation, Gavin Smith, 2016/06/01
- Re: Fwd: REVIEW REQUEST - user manual generation, Vincent Belaïche, 2016/06/03
- Re: Fwd: REVIEW REQUEST - user manual generation, Vincent Belaïche, 2016/06/04
- Re: Fwd: REVIEW REQUEST - user manual generation, Vincent Belaïche, 2016/06/04
- Re: Fwd: REVIEW REQUEST - user manual generation, Gavin Smith, 2016/06/04
- Re: Fwd: REVIEW REQUEST - user manual generation, Vincent Belaïche, 2016/06/06
- Re: Fwd: REVIEW REQUEST - user manual generation, Vincent Belaïche, 2016/06/12
- Re: Fwd: REVIEW REQUEST - user manual generation, Gavin Smith, 2016/06/13