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