bug-texinfo
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]