Salome HOME
Add construction plugin without tests.
[modules/shaper.git] / salome_run.sh
index ddb38bb5daf00cef78a0c5780ced41e81d77882e..cd02e5baa42b0522f30eb70a00312ccc77ef3c2f 100755 (executable)
@@ -26,7 +26,7 @@ ${KERNEL_ROOT_DIR}/bin/salome/runSalome.py ${SALOME_ARGS} >log_runSalome 2>err_r
 SALOME_PID=$!
 
 ATTEMPT=0
-while [[ -f .salomeport && ${ATTEMPT} -lt 5 ]]; do
+while [[ -f .salomeport && ${ATTEMPT} -lt 5 ]]; do
   sleep 5
   SALOME_PORT=$(cat .salomeport)
   ATTEMPT=$[${ATTEMPT}+1]