Change install to fix quoting problem.

This commit is contained in:
Kazushi (Jam) Marukawa
2017-06-22 23:20:15 +09:00
parent dc95d1c2d5
commit 7f10c1deef

View File

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