diff options
Diffstat (limited to 'git-hooks/git_post_commit_hook')
| -rwxr-xr-x | git-hooks/git_post_commit_hook | 2 |
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 |
