From 31f0a1bdfc23b59390e79a09435e0fbd585f0548 Mon Sep 17 00:00:00 2001 From: paulstringer Date: Sat, 18 Apr 2020 06:51:11 +0100 Subject: [PATCH] Double qoute path to Fitnesse in LaunchFitnesse when launching --- Pod/Support/SharedSupport/LaunchFitnesse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pod/Support/SharedSupport/LaunchFitnesse b/Pod/Support/SharedSupport/LaunchFitnesse index 4c26495..cdeb7a2 100755 --- a/Pod/Support/SharedSupport/LaunchFitnesse +++ b/Pod/Support/SharedSupport/LaunchFitnesse @@ -136,7 +136,7 @@ function fitnesse_start { echo "[OCSP_CTL] Timeout=${FITNESSE_TIMEOUT_SECONDS}" echo "[OCSP_CTL] RootPath=${FITNESSE_ROOT}" echo "[OCSP_CTL] FITNESSE: Launch" - java -jar -Dslim.timeout=${FITNESSE_TIMEOUT_SECONDS} ${FITNESSE_EXECUTABLE_PATH} -e 0 -p ${FITNESSE_PORT} -d ${FITNESSE_ROOT} 2>/dev/null & + java -jar -Dslim.timeout=${FITNESSE_TIMEOUT_SECONDS} "${FITNESSE_EXECUTABLE_PATH}" -e 0 -p ${FITNESSE_PORT} -d "${FITNESSE_ROOT}" 2>/dev/null & } function fitnesse_wait {