Thiago Macieira
1420cd1786
Fix compliance of the qtcreator script with Bourne shell.
...
./bin/qtcreator: 3: Syntax error: "(" unexpected
2009-08-03 18:27:21 +02:00
Thiago Macieira
2b739a6b9e
Fix running the qtcreator script with traditional Bourne shell.
...
First, there's no $( ) for subshells. You have to use backticks.
Second problem, "VAR=value exec command" doesn't work. Split into
variable setting, exporting and then exec'ing the program.
Third, Solaris doesn't come with readlink, so parse the output of ls -l.
2009-08-03 16:06:43 +02:00
dt
9e9f2a7da2
Always use "lib" in the startup script.
2009-05-12 17:12:01 +02:00
Daniel Molkentin
07f1aafa38
Fixes: Startup wrapper when Creator in directory with spaces.
...
Bug reported and fix suggested by catanzag on Qt Labs blog. Thanks!
Reviewed By: Thorbjorn Lindeijer <thorbjorn.lindeijer@nokia.com >
2009-04-14 10:14:51 +02:00
Marco Bubke
851fb975ec
add readlink to the qtcreator startup script so that you can use sym links on it
2009-04-07 14:09:18 +02:00
Oswald Buddenhagen
c30420af7a
adjust to changed library location
2009-03-27 20:55:00 +01:00
hjk
80468d9986
use 'lib64' instead of 'lib' on linux/x64_86
2009-03-23 15:36:15 +01:00
Bradley T. Hughes
ba511b4731
Fixes: don't override LD_LIBRARY_PATH, don't depend on /bin/bash
...
RevBy: hjk
2009-03-09 12:54:49 +01:00
hjk
d9cbcdc94b
Fixes: use LD_LIBRARY_PATH in wrapper script
2009-03-06 14:51:33 +01:00
hjk
850102307d
Fixes: add startup script for creator
...
Details: LD_LIBRARY_PATH setting still missing
2009-03-06 09:34:00 +01:00