[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 f8372509af
commit ce91e6ac36

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`