[perf] Fix for git-1.6

git-1.6 moved all the subcommands out of the PATH so update our usage.
This commit is contained in:
Chris Wilson 2008-12-14 14:53:27 +00:00
parent 1c2eba92c1
commit 0a1d194ad8

View file

@ -79,7 +79,7 @@ fi
git_setup() {
SUBDIRECTORY_OK='Yes'
. git-sh-setup
. "$(git --exec-path)/git-sh-setup"
CAIRO_DIR=`dirname $GIT_DIR`
if [ "$CAIRO_DIR" = "." ]; then
CAIRO_DIR=`pwd`