From c0e813ca9721157505e947b10b4445c77ebcd1dc Mon Sep 17 00:00:00 2001 From: sigonasr2 Date: Thu, 30 May 2024 20:18:21 -0500 Subject: [PATCH] Escape the backticks so they aren't interpreted when outputting the runGame.sh file for Linux. --- distribute.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribute.sh b/distribute.sh index 155454f4..f4460eaf 100755 --- a/distribute.sh +++ b/distribute.sh @@ -24,7 +24,7 @@ rm release/*.pdb touch release/runGame.sh echo "#!/bin/bash -if [ `bin/AdventuresInLestoria | wc -l` == 0 ]; then +if [ \`bin/AdventuresInLestoria | wc -l\` == 0 ]; then echo \"Failed to Load through Steam Restarting without Steam API!\" bin/AdventuresInLestoria nosteam else