* doc/autoconf.texi (Special Shell Variables) <IFS>: Document

`$*' and IFS concatenation issue with traditional shells and
bash-2.04.  Report by Seanster@Seanster.com.
This commit is contained in:
Ralf Wildenhues 2006-05-04 07:08:19 +00:00
parent 5f047396ae
commit f3b87aad98
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2006-05-04 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* doc/autoconf.texi (Special Shell Variables) <IFS>: Document
`$*' and IFS concatenation issue with traditional shells and
bash-2.04. Report by Seanster@Seanster.com.
2006-05-03 Bruno Haible <bruno@clisp.org>
* doc/autoconf.texi (Limitations of Usual Tools): Identify more

View File

@ -11546,7 +11546,9 @@ characters.
The proper value for @code{IFS} (in regular code, not when performing
splits) is @samp{@key{SPC}@key{TAB}@key{RET}}. The first character is
especially important, as it is used to join the arguments in @samp{@@*}.
especially important, as it is used to join the arguments in @samp{$*};
however, note that traditional shells, but also bash-2.04, fail to adhere
to this and join with a space anyway.
@item LANG
@itemx LC_ALL