mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-28 09:30:25 +01: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.
(cherry picked from commit 0c0f4862c5)
This commit is contained in:
parent
97b5240bee
commit
79bd32a6cc
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