mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-07 00:15:48 -04:00
prepare-commit.sh: fix script directory detection
This commit is contained in:
parent
cbf1d33b9c
commit
701f4644d0
@ -15,7 +15,7 @@
|
||||
###########################################################################
|
||||
|
||||
|
||||
PATH=$PATH:$(dirname $(readlink -f $0))
|
||||
PATH=$PATH:$(git rev-parse --show-toplevel)/scripts
|
||||
|
||||
if ! type -p astyle.sh >/dev/null; then
|
||||
echo astyle.sh not found
|
||||
|
Loading…
x
Reference in New Issue
Block a user