]> SALOME platform Git repositories - modules/shaper.git/blob - launcher_salome_env.sh
Salome HOME
Fix for the issue #2861. This issue 2861 is not a regression, but caused by order...
[modules/shaper.git] / launcher_salome_env.sh
1 #!/bin/bash
2
3 source env.sh
4
5 cd ${BUILD_DIR}
6
7 if [[ -n $@ ]]; then
8   $@
9 else
10   bash
11 fi