Skip to content
Snippets Groups Projects
Commit 851fb975 authored by Marco Bubke's avatar Marco Bubke
Browse files

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

parent 088a4bd3
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
bindir=$(dirname "$0")
bindir=$(dirname $(readlink -nf $0))
if test "$(uname -m)" = "x86_64" ; then
libdir=$(cd ${bindir}/../lib64 ; pwd)
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment