From: Kevin Ryde Date: Wed, 2 Jun 2004 22:47:12 +0000 (+0000) Subject: * doc/autoconf.texi (Shell Substitutions): Spelling error reported by X-Git-Tag: AUTOCONF-2.59c~685 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=082bead629d7f772ecbabb1c3b2af778913712fa;p=thirdparty%2Fautoconf.git * doc/autoconf.texi (Shell Substitutions): Spelling error reported by Bob Proulx. --- diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 27f30c8f4..c3684c8e2 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -9892,7 +9892,7 @@ test "$@{var+set@}" = set || var=@var{@{value@}} @cindex `@var{commands}` @cindex Command Substitution While in general it makes no sense, do not substitute a single builtin -with side effects, becauase Ash 0.2, trying to optimize, does not fork a +with side effects, because Ash 0.2, trying to optimize, does not fork a subshell to perform the command. For instance, if you wanted to check that @command{cd} is silent, do not