From a03227de23f623370ab6a6eaf8d22e8d9b1a3aae Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Thu, 9 Oct 2014 18:09:36 +0200 Subject: 33405: vcs_info: Make sure maxexports is set when VCS_INFO_set is called Reported-by: From: Marco Hinz --- Functions/VCS_Info/vcs_info | 1 + 1 file changed, 1 insertion(+) (limited to 'Functions') diff --git a/Functions/VCS_Info/vcs_info b/Functions/VCS_Info/vcs_info index 5a421dfed..46938691d 100644 --- a/Functions/VCS_Info/vcs_info +++ b/Functions/VCS_Info/vcs_info @@ -94,6 +94,7 @@ vcs_info () { for pat in ${dps} ; do if [[ ${PWD} == ${~pat} ]] ; then + VCS_INFO_maxexports [[ -n ${vcs_info_msg_0_} ]] && VCS_INFO_set --nvcs return 0 fi -- cgit 1.4.1