From 8a0629c12b0d7318946212975fab9ec1b4850ff9 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 21 Feb 2010 18:41:41 +0000 Subject: 27731: Frank: turn off WARN_CREATE_GLOBAL in VCS_INFO --- Functions/VCS_Info/vcs_info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions/VCS_Info/vcs_info') diff --git a/Functions/VCS_Info/vcs_info b/Functions/VCS_Info/vcs_info index 906d984ef..a9e65e119 100644 --- a/Functions/VCS_Info/vcs_info +++ b/Functions/VCS_Info/vcs_info @@ -40,7 +40,7 @@ vcs_info_setsys # and now, finally create the real vcs_info function vcs_info () { emulate -L zsh - setopt extendedglob + setopt extendedglob NO_warn_create_global [[ -r . ]] || return 0 -- cgit 1.4.1