diff --git a/script/install.sh b/script/install.sh index 5b6d3d401..13dd9738f 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 ""