]> SALOME platform Git repositories - modules/shaper.git/blob - launcher_env.sh
Salome HOME
Make fix for the update of "Apply" button when in Booleans Tool list contains some...
[modules/shaper.git] / launcher_env.sh
1 #!/bin/bash
2
3 source env.sh
4 source env_standalone.sh
5
6 export PATH=${INSTALL_DIR}/bin:${PATH}
7
8 cd ${BUILD_DIR}
9
10 if [[ -n $@ ]]; then
11   $@
12 else
13   bash
14 fi