From 674ee2f48686aa67507f9fa6dd67487f8a0e3b93 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sun, 4 Oct 2009 15:27:49 +0200 Subject: [PATCH] Fix recommended way to run 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. --- ChangeLog | 9 +++++++++ tests/README | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6ed8dc93e..f6bd5079b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2009-10-01 Stefano Lattarini (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 (tiny change) Fix link to "Recursive Make Considered Harmful" paper. diff --git a/tests/README b/tests/README index b264881b3..4068ad6fc 100644 --- a/tests/README +++ b/tests/README @@ -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 -- 2.47.3