mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-09 06:08:02 +02:00
[perf-diff] Fix cairo-perf-diff for git 1.6
Since git 1.6 the plumbing commands aren't installed in the user's path by default. This patch fixes cairo-perf-diff to find the git-sh-setup command from git's lib dir.
This commit is contained in:
parent
afba0c3129
commit
0c0f4862c5
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,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`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue