Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: 5.0.3 +* -> git completion regression



On 2013-12-16 at 22:08 +0000, Peter Stephenson wrote:
> Thanks.  This is an efficient fix, so I hope it's good enough --- I've
> added a regression test, and it seems to be.
> 
> Another good workout with some sh scripts or functions would be useful.

Appears to work for me in practice; while I haven't tested extensively
(I don't have a test suite of all the things I do), one thing did crop
up.

I was confused over zsh versions after installing with this patch, but
config.log shows:

configure:14406: WARNING: unrecognized options: --enable-local-patchlevel

It looks like it's spelt --enable-custom-patchlevel so the INSTALL file
is wrong.

From 6335389a59f5ec79154923fe8105aad4d846df25 Mon Sep 17 00:00:00 2001
From: Phil Pennock <pdpennock@xxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 17 Dec 2013 12:43:17 -0500
Subject: [PATCH] Fix --enable-custom-patchlevel name in INSTALL

---
 INSTALL | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/INSTALL b/INSTALL
index 00791cd..99895bd 100644
--- a/INSTALL
+++ b/INSTALL
@@ -297,7 +297,7 @@ Modified versions of zsh
 If you are making local modifications to zsh, you are strongly
 advised to configure with the option
 
-  --enable-local-patchlevel="<my-mod-string>"
+  --enable-custom-patchlevel="<my-mod-string>"
 
 so that the variable $ZSH_PATCHLEVEL indicates this is not a standard
 version of the shell.  The argument is arbitrary, but should indicate
-- 
1.8.5.1




Messages sorted by: Reverse Date, Date, Thread, Author