]> SALOME platform Git repositories - modules/shaper.git/blob - launcher_env.sh
Salome HOME
#1150 Tab buttons problems
[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