about summary refs log tree commit diff
path: root/Functions/VCS_Info/vcs_info_setsys
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2009-03-18 09:47:54 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2009-03-18 09:47:54 +0000
commit672923e282503d33a309ad506863fd8fb91b787c (patch)
tree1bc0ad785318fdf2707c726cbda14b2f422f1fc4 /Functions/VCS_Info/vcs_info_setsys
parent1d025a2bb97b24afee8421f475355b6219667858 (diff)
downloadzsh-672923e282503d33a309ad506863fd8fb91b787c.tar.gz
zsh-672923e282503d33a309ad506863fd8fb91b787c.tar.xz
zsh-672923e282503d33a309ad506863fd8fb91b787c.zip
Frank Terbeck: 26751: suppress WARN_CREATE_GLOBAL warning
Diffstat (limited to 'Functions/VCS_Info/vcs_info_setsys')
-rw-r--r--Functions/VCS_Info/vcs_info_setsys2
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/VCS_Info/vcs_info_setsys b/Functions/VCS_Info/vcs_info_setsys
index 42be13cf7..1484464ce 100644
--- a/Functions/VCS_Info/vcs_info_setsys
+++ b/Functions/VCS_Info/vcs_info_setsys
@@ -6,7 +6,7 @@ emulate -L zsh
 setopt extendedglob typeset_silent
 
 local sys
-typeset -g VCS_INFO_backends
+typeset -ga VCS_INFO_backends
 
 VCS_INFO_backends=()