Commit 8d5f31ea authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #799 from jam7/correct-quote-install.sh

Change install to fix quoting problem.
parents 47acd7cf 7f10c1de
...@@ -86,7 +86,7 @@ function download_check () { ...@@ -86,7 +86,7 @@ function download_check () {
case $? in case $? in
0) ;; 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;; exit 1;;
esac 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