From: Josep Puigdemont Date: Thu, 10 Mar 2016 14:59:09 +0000 (+0100) Subject: Add missing $ in bash script variable X-Git-Tag: colorado.1.0~618 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=f95330c3b0fea7fb2981ef95a20f06eff5542b7c;p=releng.git Add missing $ in bash script variable Change-Id: Iee61343d1ce838e4a2ff25a664b069f4278c5b78 Signed-off-by: Josep Puigdemont --- diff --git a/utils/jenkins-jnlp-connect.sh b/utils/jenkins-jnlp-connect.sh index e0c6ff2e0..ec31a4aa7 100755 --- a/utils/jenkins-jnlp-connect.sh +++ b/utils/jenkins-jnlp-connect.sh @@ -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 &