From: vsr Date: Thu, 3 Nov 2011 12:54:47 +0000 (+0000) Subject: Fix problem of running light SALOME X-Git-Tag: V6_4_0b1~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=187a40bcef1f807fcb2ef8f0fce05bdf3b245eae;p=modules%2Fgui.git Fix problem of running light SALOME --- diff --git a/bin/runLightSalome.sh b/bin/runLightSalome.sh index 6695b8483..8af8227cb 100755 --- a/bin/runLightSalome.sh +++ b/bin/runLightSalome.sh @@ -229,7 +229,8 @@ run_light_salome(){ # start application ### - SUITApp LightApp "$*" & + MODULES=`echo $MODULES | tr " " ","` + SUITApp LightApp --modules=${MODULES} "$*" & } ###