summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpost-applypatch2
1 files changed, 1 insertions, 1 deletions
diff --git a/post-applypatch b/post-applypatch
index 886ad76..49e226a 100755
--- a/post-applypatch
+++ b/post-applypatch
@@ -1,6 +1,6 @@
#!/bin/sh
-GIT_DIR=.git
+GIT_DIR="$(git rev-parse --absolute-git-dir)"
dotest="$GIT_DIR/rebase-apply"
prec=4 &&