Fix bash error on HQ Music Question

I forgot quotation marks. How did this go undetected for years?
This commit is contained in:
Miepee
2023-06-04 23:32:41 +02:00
committed by GitHub
parent 671cb4a5a1
commit 4cdad8a21e
+1 -1
View File
@@ -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..."