summaryrefslogtreecommitdiff
path: root/auto-installer.sh
diff options
context:
space:
mode:
authorNick Daly <myownlittlworld@hotmail.com>2009-07-02 16:28:11 -0500
committerNick Daly <myownlittlworld@hotmail.com>2009-07-02 16:28:11 -0500
commitd370a8e2a2d58d20da284683bd9262e6ca696746 (patch)
tree77f59bc70946f8ba8cb0f91c43b734a11759bb78 /auto-installer.sh
parentbb49604cff2511713c0dc774b0851537a1611c9b (diff)
downloadgemrb-gameinstallers-d370a8e2a2d58d20da284683bd9262e6ca696746.tar.bz2
gemrb-gameinstallers-d370a8e2a2d58d20da284683bd9262e6ca696746.zip
recommendcfg works even when starting on a disc other than 1.
Diffstat (limited to 'auto-installer.sh')
-rwxr-xr-xauto-installer.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/auto-installer.sh b/auto-installer.sh
index f87e0ee..973fa84 100755
--- a/auto-installer.sh
+++ b/auto-installer.sh
@@ -22,6 +22,7 @@ MINSCRIPT=''
EXTRASCRIPT=''
PATCHES=''
CDNO=''
+CDSTART=''
scriptdir="$(dirname $0)"
source "$scriptdir/includes/generic-includes.sh"
@@ -93,6 +94,4 @@ fi
echo
echo "$FULLGAMENAME installed successfully"
-export
-echo "cdno" $CDNO
-recommendcfg $CDNO
+recommendcfg $CDNO $CDSTART