1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-27 16:50:58 +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

@ -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