mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-18 00:03:05 -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
|
if ! type -p astyle.sh >/dev/null; then
|
||||||
echo astyle.sh not found
|
echo astyle.sh not found
|
||||||
|
Loading…
x
Reference in New Issue
Block a user