mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-21 01:01:48 +08:00
* doc/autoconf.texi: Mention "set -e -x" lossage
under node "Limitations of Builtins".
This commit is contained in:
parent
e00977c735
commit
d658e7f3be
@ -1,3 +1,8 @@
|
||||
2002-04-29 Thien-Thi Nguyen <ttn@gnu.org>
|
||||
|
||||
* doc/autoconf.texi: Mention "set -e -x" lossage
|
||||
under node "Limitations of Builtins".
|
||||
|
||||
2002-04-29 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* doc/install.texi: Better wording for setting variables when
|
||||
|
1
THANKS
1
THANKS
@ -165,6 +165,7 @@ Stu Grossman grossman@cygnus.com
|
||||
Syd Polk spolk@cygnus.com
|
||||
T.E. Dickey dickey@clark.net
|
||||
Theodore Ts'o" tytso@mit.edu
|
||||
Thien-Thi Nguyen ttn@gnu.org
|
||||
Thomas Winder tom@vlsivie.tuwien.ac.at
|
||||
Tim Van Holder tim.van.holder@pandora.be
|
||||
Tom Lane tgl@sss.pgh.pa.us
|
||||
|
@ -9234,6 +9234,14 @@ processing as soon as a non-option argument is found. Therefore, use
|
||||
set x $my_list; shift
|
||||
@end example
|
||||
|
||||
Some shells have the "opposite" problem of not recognizing all options
|
||||
(e.g., @samp{set -e -x} assigns @samp{-x} to the command line). It is
|
||||
better to elide these:
|
||||
|
||||
@example
|
||||
set -ex
|
||||
@end example
|
||||
|
||||
|
||||
@item @command{shift}
|
||||
@c ------------------
|
||||
|
Loading…
Reference in New Issue
Block a user