summaryrefslogtreecommitdiff
path: root/includes/autoinstall-includes.sh
diff options
context:
space:
mode:
Diffstat (limited to 'includes/autoinstall-includes.sh')
-rw-r--r--includes/autoinstall-includes.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/autoinstall-includes.sh b/includes/autoinstall-includes.sh
index 43e8651..999f983 100644
--- a/includes/autoinstall-includes.sh
+++ b/includes/autoinstall-includes.sh
@@ -147,7 +147,7 @@ function recommendcfg
displayText="To play the game with GemRB, you will need to add the following\n"
displayText=${displayText}"lines to your GemRB.cfg file:\n"
- LINE="GamePath=$TARGETDIR"; echo $LINE
+ displayText=${displayText}"GamePath=$TARGETDIR\n"
if [ $FULLINSTALL -eq 1 ]; then
for CDNUMBER in $(seq $STARTCD $(($NUMOFCDS+$STARTCD-1))); do
if [ -d "${TARGETDIR}/cd${CDNUMBER}" ]; then