From 0600ab5c99edc0030e98ee2863850df2f7a057fb Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 17 Aug 2009 11:15:37 +0000 Subject: 27217: fix typo in assignment in new user script --- Functions/Newuser/zsh-newuser-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions/Newuser/zsh-newuser-install') 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 -- cgit 1.4.1