mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
Change install to fix quoting problem.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user