From f95330c3b0fea7fb2981ef95a20f06eff5542b7c Mon Sep 17 00:00:00 2001 From: Josep Puigdemont Date: Thu, 10 Mar 2016 15:59:09 +0100 Subject: [PATCH] Add missing $ in bash script variable Change-Id: Iee61343d1ce838e4a2ff25a664b069f4278c5b78 Signed-off-by: Josep Puigdemont --- utils/jenkins-jnlp-connect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 & -- 2.16.6