From a38e69799b8e5cdcd934e329d3684800a096eebd Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 9 Feb 2010 21:30:39 +0000 Subject: Echo gamepath recommendation with everything else --- includes/autoinstall-includes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3