mirror of
git://git.sv.gnu.org/autoconf
synced 2024-12-09 02:10:22 +08:00
* 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:
parent
5f047396ae
commit
f3b87aad98
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user