Salome HOME
Fix for creation in GUI and unit-test for the issue #2681
[modules/shaper.git] / env.sh
diff --git a/env.sh b/env.sh
index f42749e9e3e030f87369e0f54dbd924790c494ed..f3aa50d1ce92e8f891baa1726cb61734d2fc0120 100644 (file)
--- a/env.sh
+++ b/env.sh
@@ -1,5 +1,8 @@
 #!/bin/bash -x
 
+export SALOME_DIR=/dn46/SALOME/series9x/current-2018-09-28
+
+
 # Path to sources
 export SOURCES_DIR=$(pwd)
 # Path to build directory
@@ -10,12 +13,13 @@ export AUT_DIR=$(pwd)
 # Path to env_*.sh files
 export TOOLS_DIR=$(pwd)
 
-source /dn64/series7x/work/init.sh 2016-06-20
+source ${SALOME_DIR}/start.sh
 
-# Path to solvespace-2
+# Path to special products dir (lcov, cpplint)
 export SHAPER_PDIR=/dn48/newgeom/common/products
+
 # Path to install directory
 export SHAPER_ROOT_DIR=$(cd ${SOURCES_DIR}/.. && pwd)/install
 
 source ${TOOLS_DIR}/env_linux.sh
-source ${TOOLS_DIR}/env_salome.sh
\ No newline at end of file
+source ${TOOLS_DIR}/env_salome.sh