From 4cdad8a21ec077b0468ffcff398ff11f5f056663 Mon Sep 17 00:00:00 2001 From: Miepee <38186597+Miepee@users.noreply.github.com> Date: Sun, 4 Jun 2023 23:32:41 +0200 Subject: [PATCH] Fix bash error on HQ Music Question I forgot quotation marks. How did this go undetected for years? --- patcher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patcher.sh b/patcher.sh index 7cede2c..7f41450 100755 --- a/patcher.sh +++ b/patcher.sh @@ -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..."