X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=linux_run.sh;h=5294b88287ccf7f3de55d1a420577f8457319062;hb=1ea8e041ffcc8d125d499265fc5b39e485001930;hp=b67ae15e052e820ec5c5fcd29b63ceaf5159d40d;hpb=a66a1008a2d33e0abb45b5f3fb350a6af8432e6f;p=modules%2Fshaper.git diff --git a/linux_run.sh b/linux_run.sh index b67ae15e0..5294b8828 100755 --- a/linux_run.sh +++ b/linux_run.sh @@ -1,11 +1,8 @@ #!/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 +APP=${NEWGEOM_ROOT_DIR}/bin/GeomApp -source ${SRC_DIR}/linux_env.sh - -${ROOT_DIR}/install/bin/GeomApp +${APP}