mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-17 14:01:27 +08:00
docs: Tru64/OSF sh treats read as special builtin
* doc/autoconf.texi (Limitations of Builtins): read may exit upon unreadable or non-existent file with Tru64/OSF 5.1 sh. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
This commit is contained in:
parent
65cdbf1393
commit
ac9c534e65
@ -1,3 +1,9 @@
|
||||
2011-01-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
docs: Tru64/OSF sh treats read as special builtin
|
||||
* doc/autoconf.texi (Limitations of Builtins): read may exit
|
||||
upon unreadable or non-existent file with Tru64/OSF 5.1 sh.
|
||||
|
||||
2011-01-12 Eric Blake <eblake@redhat.com>
|
||||
|
||||
docs: fix description of m4_ifval
|
||||
|
@ -17342,7 +17342,9 @@ Also please see the discussion of the @command{cd} command.
|
||||
@c -----------------
|
||||
@prindex @command{read}
|
||||
No options are portable, not even support @option{-r} (Solaris
|
||||
@command{/bin/sh} for example).
|
||||
@command{/bin/sh} for example). Tru64/OSF 5.1 @command{sh} treats
|
||||
@command{read} as a special built-in, so it may exit if input is
|
||||
redirected from a non-existent or unreadable file.
|
||||
|
||||
|
||||
@anchor{set}
|
||||
|
Loading…
Reference in New Issue
Block a user