Salome HOME
Issue #1420: Updated tooltips for Build features.
[modules/shaper.git] / linux_run.sh
index 1e60be570715ab7cc7a9c2207650b7581c59a696..aad0cde3e4ce2df46d450b10b390dc5519fc5aa8 100755 (executable)
@@ -1,8 +1,10 @@
 #!/bin/bash
 
-a_dir=$(dirname $0)
+source env.sh
+source ${TOOLS_DIR}/env_standalone.sh
 
-source ${a_dir}/env.sh
-source ${a_dir}/env_standalone.sh
+${TOOLS_DIR}/solver.sh "$@"
 
-${INSTALL_DIR}/bin/GeomApp "$@"
+APP=${SHAPER_ROOT_DIR}/bin/GeomApp
+
+${APP}