Salome HOME
Merge branch 'Dev_2.1.0' of salome:modules/shaper into Dev_2.1.0
[modules/shaper.git] / linux_run.sh
index b8968cc17d46949b753c63ed1c085f89c00ca5e5..f84755c194e9d9eb4c719d4d011de04b02cbe2fa 100755 (executable)
@@ -1,6 +1,10 @@
 #!/bin/bash
 
 source env.sh
-source env_standalone.sh
+source ${TOOLS_DIR}/env_standalone.sh
 
-${INSTALL_DIR}/bin/GeomApp
+${TOOLS_DIR}/solver.sh "$@"
+
+APP=${NEWGEOM_ROOT_DIR}/bin/GeomApp
+
+${APP}