mirror of
https://github.com/izzy2lost/AM2R-Autopatcher-Android.git
synced 2026-06-19 01:20:10 -07:00
Fix bash error on HQ Music Question
I forgot quotation marks. How did this go undetected for years?
This commit is contained in:
+1
-1
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user