Fix bash error on HQ Music Question

I forgot quotation marks. How did this go undetected for years?
main
Miepee 3 years ago committed by GitHub
parent 671cb4a5a1
commit 4cdad8a21e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -91,7 +91,7 @@ echo "[y/n]"
read -n1 INPUT
echo ""
if [ $INPUT = "y" ]; then
if [ "$INPUT" = "y" ]; then
echo "Downloading HQ music..."
svn export https://github.com/AM2R-Community-Developers/AM2R-Autopatcher-Android/trunk/HDR_HQ_in-game_music
echo "Copying HQ music..."

Loading…
Cancel
Save