1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-03-22 20:21:28 +02:00

Fix lefthook scripts

This commit is contained in:
DarthSim 2019-08-20 20:26:55 +06:00
parent 787183a08d
commit 273f92ea35
2 changed files with 2 additions and 2 deletions
.lefthook
pre-commit
pre-push

@ -1,6 +1,6 @@
#!/bin/sh
if ! [ -x "$(which brew)" ]; then
if [ -x "$(which brew)" ]; then
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$(brew --prefix libffi)/lib/pkgconfig"
fi

@ -1,6 +1,6 @@
#!/bin/sh
if ! [ -x "$(which brew)" ]; then
if [ -x "$(which brew)" ]; then
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$(brew --prefix libffi)/lib/pkgconfig"
fi