]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Fix recommended way to run test scripts with Zsh
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 4 Oct 2009 13:27:49 +0000 (15:27 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 5 Oct 2009 20:21:27 +0000 (22:21 +0200)
* tests/README (Supported shells): Changed the recommended way
to run automake's test scripts with Zsh.  Now we tell to use
the Zsh's command line option `-o no_function_argzero', not
`--no-function-argzero', since the latter does not work with
versions 3.x of Zsh.

ChangeLog
tests/README

index 6ed8dc93e2413e6b01a9ddb205ea84231de908e6..f6bd5079b0626e797c659a7cb29508e8d8dcb655 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2009-10-01  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
+
+       Fix recommended way to run automake's test scripts with Zsh.
+       * tests/README (Supported shells): Changed the recommended way
+       to run automake's test scripts with Zsh.  Now we tell to use
+       the Zsh's command line option `-o no_function_argzero', not
+       `--no-function-argzero', since the latter does not work with
+       versions 3.x of Zsh.
+
 2009-09-18  Peter Johansson  <trojkan@gmail.com>  (tiny change)
 
        Fix link to "Recursive Make Considered Harmful" paper.
index b264881b39d2f94fac50b0bdbc7753dee420e626..4068ad6fccdaf4eea7dc3eb4c6830cd3ae640ff8 100644 (file)
@@ -57,7 +57,7 @@ Supported shells
   no easy workaround.  Thus, if you want to run a test script, say
   foo.test, with Zsh, you *can't* simply do `zsh foo.test', but you
   *must* resort to:
-    zsh --no-function-argzero foo.test
+    zsh -o no_function_argzero foo.test
 
   Note that this problem does not occur if zsh is executed through a
   symlink with a basename of `sh', since in that case it starts