The fix in #12 is utterly wrong.
You can't absolutely use an unquoted space in an assignment: http://www.tldp.org/LDP/abs/html/varsubn.html#EX9
The reason because it *seems* to fix is luck, the line:
qdbus=QT_SELECT=qt4 qdbus
Would start "qdbus" anyway, but without the "QT_SELECT" variable and with a wrong "qdbus" variable with "QT_SELECT=qt4" as content
The fix in #12 is utterly wrong.
You can't absolutely use an unquoted space in an assignment: http:// www.tldp. org/LDP/ abs/html/ varsubn. html#EX9
The reason because it *seems* to fix is luck, the line:
qdbus=QT_SELECT=qt4 qdbus
Would start "qdbus" anyway, but without the "QT_SELECT" variable and with a wrong "qdbus" variable with "QT_SELECT=qt4" as content