X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=linux_run.sh;h=aad0cde3e4ce2df46d450b10b390dc5519fc5aa8;hb=c3c00a15849bc9113fabe42e42e3fc40bd878f79;hp=b67ae15e052e820ec5c5fcd29b63ceaf5159d40d;hpb=a66a1008a2d33e0abb45b5f3fb350a6af8432e6f;p=modules%2Fshaper.git diff --git a/linux_run.sh b/linux_run.sh index b67ae15e0..aad0cde3e 100755 --- a/linux_run.sh +++ b/linux_run.sh @@ -1,11 +1,10 @@ #!/bin/bash -# Find absolute path to ROOT_DIR -export ROOT_DIR=$(pwd)/.. -export ROOT_DIR=`cd "${ROOT_DIR}";pwd` +source env.sh +source ${TOOLS_DIR}/env_standalone.sh -SRC_DIR=${ROOT_DIR}/sources +${TOOLS_DIR}/solver.sh "$@" -source ${SRC_DIR}/linux_env.sh +APP=${SHAPER_ROOT_DIR}/bin/GeomApp -${ROOT_DIR}/install/bin/GeomApp +${APP}