From b4a2d51e57b1f50db4b9e489652daf35f1e583d0 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 11 Dec 2008 09:53:12 +0000 Subject: Frank Terbeck: 26125: add "command" style to VCS_INFO --- Functions/VCS_Info/vcs_info | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Functions/VCS_Info/vcs_info') diff --git a/Functions/VCS_Info/vcs_info b/Functions/VCS_Info/vcs_info index fb87e6a54..7ecd1224a 100644 --- a/Functions/VCS_Info/vcs_info +++ b/Functions/VCS_Info/vcs_info @@ -17,6 +17,7 @@ static_functions=( VCS_INFO_bydir_detect VCS_INFO_check_com VCS_INFO_formats + VCS_INFO_get_cmd VCS_INFO_maxexports VCS_INFO_nvcsformats VCS_INFO_realpath @@ -74,6 +75,7 @@ vcs_info () { continue fi vcs_comm=() + VCS_INFO_get_cmd VCS_INFO_detect_${vcs} && (( found = 1 )) && break done -- cgit 1.4.1