summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2010-02-09 21:30:39 +0000
committerNick White <git@njw.me.uk>2010-02-09 21:30:39 +0000
commita38e69799b8e5cdcd934e329d3684800a096eebd (patch)
treee85404b340a0b13778dbc27eebf8811fb2f045b0
parentcc27a0985ce6450acadc9f67920d3f02a0136431 (diff)
downloadgemrb-gameinstallers-a38e69799b8e5cdcd934e329d3684800a096eebd.tar.bz2
gemrb-gameinstallers-a38e69799b8e5cdcd934e329d3684800a096eebd.zip
Echo gamepath recommendation with everything else
-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