]> SALOME platform Git repositories - modules/shaper.git/blob - launcher_env.sh
Salome HOME
Fix SQUISH tests suite_ISSUES_SALOME/tst_sketch_ 007, 008, 009, 010, 011
[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