summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 4e24dbf4..feb20a18 100755
--- a/bootstrap
+++ b/bootstrap
@@ -3698,7 +3698,7 @@ func_require_git ()
$opt_skip_git && GIT=true
test true = "$GIT" || {
- if test -d .git; then
+ if test -d .git/.; then
($GIT --version) >/dev/null 2>&1 || GIT=true
fi
}