Salome HOME
Fix for the problem of distance constraints set
[modules/shaper.git] / salome_run.sh
index e4dc6bd9527f5165eb18f7a981026990c7ac6393..5ef39f4abd64642495e48aeb6b3f9b67ed30985c 100755 (executable)
@@ -1,12 +1,12 @@
 #!/bin/sh
 
 export ROOT_DIR=$(pwd)/..
+export ROOT_DIR=`cd "${ROOT_DIR}";pwd`
 
-source ${ROOT_DIR}/sources/salome_env.sh
+source ${ROOT_DIR}/sources/linux_env.sh
 
 # Correcting path which defined with error
 export LD_LIBRARY_PATH=${KERNEL_ROOT_DIR}/lib/salome:${LD_LIBRARY_PATH}
-
 export LightAppConfig=${ROOT_DIR}/install/share/salome/resources/newgeom:${GUI_ROOT_DIR}/share/salome/resources/gui
 
-SUITApp LightApp -style salome --modules=NewGeom --uselicense --noexcepthandling
\ No newline at end of file
+SUITApp LightApp --modules=NewGeom
\ No newline at end of file