Salome HOME
Remove linking to GeomValidators.
[modules/shaper.git] / linux_run.sh
index 79ed96720ba865965c80dcf5f205a8fd376f3adb..5294b88287ccf7f3de55d1a420577f8457319062 100755 (executable)
@@ -1,11 +1,8 @@
-#!/bin/sh
+#!/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}