X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/f9f7242bc46863624b9096d0bcda50bbc098aa49..5660edc8ef0fe9bc3eac2c41a45e66a2d61b7892:/lib/git-fake-bare

diff --git a/lib/git-fake-bare b/lib/git-fake-bare
index 7a04fa6..5091d95 100644
--- a/lib/git-fake-bare
+++ b/lib/git-fake-bare
@@ -42,10 +42,10 @@ lib =
 		echo "$worktree"
 	}
 
-git_fake_bare_test = 
-	test -d "$MR_REPO"/refs/heads && test -d "$MR_REPO"/refs/tags &&
-	test -d "$MR_REPO"/objects && test -f "$MR_REPO"/config &&
-	test `GIT_DIR="$MR_REPO" git config --get core.worktree`
+git_fake_bare_test = perl:
+	-d "$ENV{MR_REPO}/refs/heads" && -d "$ENV{MR_REPO}/refs/tags" &&
+	-d "$ENV{MR_REPO}/objects" && -f "$ENV{MR_REPO}/config" &&
+	`GIT_DIR="$ENV{MR_REPO}" git config --get core.worktree` ne ""
 
 git_fake_bare_update =
 	args="$@"