r17742 - gnucash/branches/2.2 - [r17720] Bug #548218: Unify command substitution shell pattern

Christian Stimming cstim at cvs.gnucash.org
Thu Nov 27 06:57:45 EST 2008


Author: cstim
Date: 2008-11-27 06:57:44 -0500 (Thu, 27 Nov 2008)
New Revision: 17742
Trac: http://svn.gnucash.org/trac/changeset/17742

Modified:
   gnucash/branches/2.2/configure.in
   gnucash/branches/2.2/macros/as-scrub-include.m4
Log:
[r17720] Bug #548218: Unify command substitution shell pattern

The command substiturion by $(expression) causes configure error on solaris.
Command substitution via $() is even part of
http://www.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html
, which I regard as POSIX definition of a shell, i.e. the absolute minimum I
think a shell should be able to do. From that document, backticks are
"just as standarized" as the $() form. In that sense, this patch is simply
unifying the command substitution pattern in our scripts.

Patch by Halton Huo.



More information about the gnucash-patches mailing list