diff --git a/util/gnc-vcs-info b/util/gnc-vcs-info index 803d90520e..1e5658cc96 100755 --- a/util/gnc-vcs-info +++ b/util/gnc-vcs-info @@ -95,7 +95,7 @@ fi # Maybe it's git? real_gitdir="${real_srcdir}"/.git -if test -d "${real_gitdir}" +if test -d "${real_gitdir}" || test -e "${real_gitdir}" then # If we're only interested in the vcs type, then we're done here if [ "$request" = "type" ]