Salome HOME
Create folder model for sphinx documentation
[modules/shaper.git] / linux_run.sh
index b8968cc17d46949b753c63ed1c085f89c00ca5e5..5294b88287ccf7f3de55d1a420577f8457319062 100755 (executable)
@@ -1,6 +1,8 @@
 #!/bin/bash
 
 source env.sh
-source env_standalone.sh
+source ${TOOLS_DIR}/env_standalone.sh
 
-${INSTALL_DIR}/bin/GeomApp
+APP=${NEWGEOM_ROOT_DIR}/bin/GeomApp
+
+${APP}