add readlink to the qtcreator startup script so that you can use sym links on it

This commit is contained in:
Marco Bubke
2009-04-07 14:09:18 +02:00
parent 088a4bd3a4
commit 851fb975ec

View File

@@ -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