Salome HOME
Temporary commented modifications for point
[modules/shaper.git] / linux_run.sh
index a5a847176a926ef913c04e350097798bc2e6b37d..aad0cde3e4ce2df46d450b10b390dc5519fc5aa8 100755 (executable)
@@ -1,10 +1,10 @@
 #!/bin/bash
 
-a_dir=$(dirname $0)
+source env.sh
+source ${TOOLS_DIR}/env_standalone.sh
 
-cd ${a_dir}
+${TOOLS_DIR}/solver.sh "$@"
 
-source ${a_dir}/env.sh
-source ${a_dir}/env_standalone.sh
+APP=${SHAPER_ROOT_DIR}/bin/GeomApp
 
-${INSTALL_DIR}/bin/GeomApp "$@"
+${APP}