Change install to fix quoting problem.

parent dc95d1c2
......@@ -86,7 +86,7 @@ function download_check () {
case $? in
0) ;;
*)
echo 'Verification failed, something may be wrong with the $1 download.'
echo "Verification failed, something may be wrong with the $1 download."
exit 1;;
esac
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment