From 2d810a0c43c8b42a3db93931b16ebd8feab3582b Mon Sep 17 00:00:00 2001 From: Florian Staudacher <florian_staudacher@yahoo.de> Date: Fri, 11 May 2012 21:20:56 +0200 Subject: [PATCH] missing quotes... [ci skip] --- script/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/install.sh b/script/install.sh index 5b6d3d401f..13dd9738f4 100755 --- a/script/install.sh +++ b/script/install.sh @@ -246,7 +246,7 @@ js_runtime_check() { echo "ok" else echo "not ok" - echo $JS_RT_MSG + echo "$JS_RT_MSG" error "can't continue without a JS runtime" fi echo "" -- GitLab