mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Merge pull request #1611 from manisandro/readlink
Use readlink -f to determine source directory in scripts/prepare-commit.sh
This commit is contained in:
commit
1346cb61e2
@ -15,7 +15,7 @@
|
||||
###########################################################################
|
||||
|
||||
|
||||
PATH=$PATH:$(dirname $0)
|
||||
PATH=$PATH:$(dirname $(readlink -f $0))
|
||||
|
||||
if ! type -p astyle.sh >/dev/null; then
|
||||
echo astyle.sh not found
|
||||
|
Loading…
x
Reference in New Issue
Block a user