forked from qt-creator/qt-creator
add readlink to the qtcreator startup script so that you can use sym links on it
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
bindir=$(dirname "$0")
|
||||
bindir=$(dirname $(readlink -nf $0))
|
||||
if test "$(uname -m)" = "x86_64" ; then
|
||||
libdir=$(cd ${bindir}/../lib64 ; pwd)
|
||||
else
|
||||
|
Reference in New Issue
Block a user