summaryrefslogtreecommitdiffstats
path: root/git-hooks/git_post_commit_hook
diff options
context:
space:
mode:
Diffstat (limited to 'git-hooks/git_post_commit_hook')
-rwxr-xr-xgit-hooks/git_post_commit_hook2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-hooks/git_post_commit_hook b/git-hooks/git_post_commit_hook
index 6550d92..2a0a0ca 100755
--- a/git-hooks/git_post_commit_hook
+++ b/git-hooks/git_post_commit_hook
@@ -32,8 +32,8 @@ if test -L "$me"; then
me=$nme
else
# No GNU readlink(1), so let's try ls -l
- me=`ls -l "$me" | sed 's/^.*-> //'`
base=`dirname "$me"`
+ me=`ls -l "$me" | sed 's/^.*-> //'`
me=`makeAbsolute "$me" "$base"`
fi
fi