1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-22 00:21:27 +01:00

27217: fix typo in assignment in new user script

This commit is contained in:
Peter Stephenson 2009-08-17 11:15:37 +00:00
parent fff4f63b97
commit 0600ab5c99
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2009-08-17 Peter Stephenson <pws@csr.com>
* 27217: Functions/Newuser/zsh-newuser-install: fix typo
in assignment.
2009-08-16 Peter Stephenson <p.w.stephenson@ntlworld.com>
* 27216: Src/hist.c: set chwords to NULL when freed.
@ -12080,5 +12085,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.4760 $
* $Revision: 1.4761 $
*****************************************************

View file

@ -348,7 +348,7 @@ __zni_apply_defaults() {
(-B)
shift
if [[ -z $state_keymaps[main] ]]; then
parsed_keymaps[main] = $1
parsed_keymaps[main]=$1
if [[ $1 = none ]]; then
state_keymaps[main]="no value set"
else