From ce91e6ac360e1dbe57a4e729b68d84499603e9ae Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 14 Dec 2008 14:53:27 +0000 Subject: [PATCH] [perf] Fix for git-1.6 git-1.6 moved all the subcommands out of the PATH so update our usage. --- perf/cairo-perf-graph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`