mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Use readlink -f to determine source directory
This commit is contained in:
parent
0587872278
commit
fa157843a1
@ -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