missing quotes... [ci skip]

This commit is contained in:
Florian Staudacher 2012-05-11 21:20:56 +02:00
parent 6cf163766a
commit 2d810a0c43

View file

@ -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 ""