about summary refs log tree commit diff
path: root/Functions/Newuser
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2009-08-17 11:15:37 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2009-08-17 11:15:37 +0000
commit0600ab5c99edc0030e98ee2863850df2f7a057fb (patch)
tree51c62ae75ff272c31751c1c914a57973c82b1145 /Functions/Newuser
parentfff4f63b9797b70ec384b500def849437bab75f9 (diff)
downloadzsh-0600ab5c99edc0030e98ee2863850df2f7a057fb.tar.gz
zsh-0600ab5c99edc0030e98ee2863850df2f7a057fb.tar.xz
zsh-0600ab5c99edc0030e98ee2863850df2f7a057fb.zip
27217: fix typo in assignment in new user script
Diffstat (limited to 'Functions/Newuser')
-rw-r--r--Functions/Newuser/zsh-newuser-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Newuser/zsh-newuser-install b/Functions/Newuser/zsh-newuser-install
index 56a48b8e1..04d1aa9ca 100644
--- a/Functions/Newuser/zsh-newuser-install
+++ b/Functions/Newuser/zsh-newuser-install
@@ -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