Merge "docs: use venv"
[releng.git] / utils / jenkins-jnlp-connect.sh
index e0c6ff2..ec31a4a 100755 (executable)
@@ -127,7 +127,7 @@ then echo "pid file found"
         fi
 fi
 
-if [[ run_in_foreground == true ]]; then
+if [[ $run_in_foreground == true ]]; then
   $connectionstring
 else
   exec $connectionstring &