mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-26 03:50:27 +01:00
[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:
parent
f8372509af
commit
ce91e6ac36
1 changed files with 1 additions and 1 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue