mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-12-28 16:15:02 +01:00
32143: Fix --enable-custom-patchlevel name in INSTALL
This commit is contained in:
parent
b9da4efea7
commit
626c580148
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-12-17 Phil Pennock <pdpennock@users.sourceforge.net>
|
||||
|
||||
* 32143: INSTALL: Fix --enable-custom-patchlevel name in INSTALL
|
||||
|
||||
2013-12-16 Barton E. Schaefer <schaefer@zsh.org>
|
||||
|
||||
* Jun Takimoto: 32137: Test/comptest: set pseudo-terminal speed to
|
||||
|
|
2
INSTALL
2
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
|
||||
|
|
Loading…
Reference in a new issue