Salome HOME
Fix the following problems:
authorrnv <rnv@opencascade.com>
Wed, 29 Jan 2014 10:35:15 +0000 (10:35 +0000)
committerrnv <rnv@opencascade.com>
Wed, 29 Jan 2014 10:35:15 +0000 (10:35 +0000)
commit745f98499ef73de586cae1c2711a9293e7d57a2e
tree37f48bb7ef2ea8bd03b79bbf585f4cd2cc39bc34
parent71d9ade1ecb75d95a2b284a4a041f8bf8ce6c8a9
Fix the following problems:

1) Run scripts on WINDOWS platform: use " & " as command separator (windows analog of the " ; " in linux);
2) Always run command in the format "PYTHONEXECUTABLE script.py args" even on Linux, because script.py may be without execute permission.
bin/salomeLauncherUtils.py.in