]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Shell Substitutions): Document `^' vs. `|'.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 5 Apr 2006 16:18:20 +0000 (16:18 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 5 Apr 2006 16:18:20 +0000 (16:18 +0000)
ChangeLog
doc/autoconf.texi

index 3cbbe91e24ebfa6b5ff01e179019ac2fd4b1b5f8..2289cd17fb2dc42673c7c849feb8fce98cf815bb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * doc/autoconf.texi (Shell Substitutions): Document `^' vs. `|'.
+
 2006-04-05  Eric Blake  <ebb9@byu.net>
 
        * lib/autotest/general.m4 (AT_INIT): Prep AT_*_all, so that an
index 4c788b4de09581c70615fa4e7b8246a1ab6123ab..73f6d52a6e7655bd1fb0e65ff791d4c1294c305a 100644 (file)
@@ -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