Skip to content
Snippets Groups Projects
Commit 2b739a6b authored by Thiago Macieira's avatar Thiago Macieira
Browse files

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.
parent 0814beae
No related branches found
No related tags found
Loading
Loading
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