From: Akim Demaille Date: Wed, 29 Nov 2000 17:44:19 +0000 (+0000) Subject: Missing quotes. X-Git-Tag: autoconf-2.50~376 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5e4fecdaa39a80a9156ab91973bb0adbc274c67;p=thirdparty%2Fautoconf.git Missing quotes. --- diff --git a/doc/autoconf.texi b/doc/autoconf.texi index e338c8777..0fddfb236 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -5355,7 +5355,7 @@ var=$@{var="$default"@} If the default value contains a closing brace, then use @example -test $@{var+set@} = set || var='$@{indirection@}' +test "$@{var+set@}" = set || var='$@{indirection@}' @end example @end enumerate