]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Fix problem of running light SALOME
authorvsr <vsr@opencascade.com>
Thu, 3 Nov 2011 12:54:47 +0000 (12:54 +0000)
committervsr <vsr@opencascade.com>
Thu, 3 Nov 2011 12:54:47 +0000 (12:54 +0000)
bin/runLightSalome.sh

index 6695b84839021e50540e92426a59691ec966b0f0..8af8227cb8a124cfba5fef9bf01d285f2242bfa3 100755 (executable)
@@ -229,7 +229,8 @@ run_light_salome(){
     # start application
     ###
 
-    SUITApp LightApp "$*" &
+    MODULES=`echo $MODULES | tr " " ","`
+    SUITApp LightApp --modules=${MODULES} "$*" &
 }
 
 ###