From: Ralf Wildenhues Date: Wed, 5 Apr 2006 16:18:20 +0000 (+0000) Subject: * doc/autoconf.texi (Shell Substitutions): Document `^' vs. `|'. X-Git-Tag: AUTOCONF-2.59c~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7d9019376363aa565bcaa46b694f0ebe8bbe65f;p=thirdparty%2Fautoconf.git * doc/autoconf.texi (Shell Substitutions): Document `^' vs. `|'. --- diff --git a/ChangeLog b/ChangeLog index 3cbbe91e2..2289cd17f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-04-05 Ralf Wildenhues + + * doc/autoconf.texi (Shell Substitutions): Document `^' vs. `|'. + 2006-04-05 Eric Blake * lib/autotest/general.m4 (AT_INIT): Prep AT_*_all, so that an diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 4c788b4de..73f6d52a6 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -11007,6 +11007,11 @@ mishandle them. For example, Bash 3.1, @samp{ksh88}, @command{pdksh} echo $(case x in x) echo hello;; esac) @end example +@item ^ +@cindex ^ quoting +Always quote @samp{^}, otherwise traditional shells such as +@command{/bin/sh} on Solaris 10 treat this like @samp{|}. + @end table