From 2e6363ed505157fd09f3f473356912bddf8ba640 Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Fri, 28 Sep 2012 22:11:32 +0000 Subject: Baptiste Daroussin: 30703: VCS_INFO_detect_fossil: Fix fossil detection on unix --- Functions/VCS_Info/Backends/VCS_INFO_detect_fossil | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions') diff --git a/Functions/VCS_Info/Backends/VCS_INFO_detect_fossil b/Functions/VCS_Info/Backends/VCS_INFO_detect_fossil index 551528361..a44b33eb5 100644 --- a/Functions/VCS_Info/Backends/VCS_INFO_detect_fossil +++ b/Functions/VCS_Info/Backends/VCS_INFO_detect_fossil @@ -7,7 +7,7 @@ setopt localoptions NO_shwordsplit [[ $1 == '--flavours' ]] && return 1 VCS_INFO_check_com ${vcs_comm[cmd]} || return 1 -vcs_comm[detect_need_file]=_FOSSIL_ +vcs_comm[detect_need_file]="_FOSSIL_ .fslckout" VCS_INFO_bydir_detect . || return 1 return 0 -- cgit 1.4.1