diff --git a/perf/cairo-perf-graph b/perf/cairo-perf-graph index 4d2595329..aa05bf1ee 100755 --- a/perf/cairo-perf-graph +++ b/perf/cairo-perf-graph @@ -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`