X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=linux_run.sh;h=5294b88287ccf7f3de55d1a420577f8457319062;hb=1ea8e041ffcc8d125d499265fc5b39e485001930;hp=5104f9f9b5d3204702be58c795d282b114d9c1cb;hpb=6b2bbf72daf25a11d14fc001e98c64060171cc62;p=modules%2Fshaper.git diff --git a/linux_run.sh b/linux_run.sh old mode 100644 new mode 100755 index 5104f9f9b..5294b8828 --- a/linux_run.sh +++ b/linux_run.sh @@ -1,10 +1,8 @@ -#!/bin/sh -# Find absolute path to ROOT_DIR -export ROOT_DIR=$(pwd)/.. -export ROOT_DIR=`cd "${ROOT_DIR}";pwd` +#!/bin/bash -SRC_DIR=${ROOT_DIR}/sources +source env.sh +source ${TOOLS_DIR}/env_standalone.sh -source ${SRC_DIR}/linux_env.sh +APP=${NEWGEOM_ROOT_DIR}/bin/GeomApp -${ROOT_DIR}/install/bin/XGUI +${APP}