From 7560300c9a9779802c73bcec2a78c54ea070f16d Mon Sep 17 00:00:00 2001 From: Nick White Date: Thu, 16 Apr 2009 12:07:45 +0100 Subject: Fixed bug detecting if there are any extras to install --- auto-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-installer.sh b/auto-installer.sh index 822fc61..a54e107 100755 --- a/auto-installer.sh +++ b/auto-installer.sh @@ -89,7 +89,7 @@ echo "$FULLGAMENAME detected, installing" "$scriptdir/$MINSCRIPT" -i "$TARGETDIR" -c "$CDMOUNT" 1>/dev/null || diequietly -if [ -n "$scriptdir/$EXTRASCRIPT" ]; then +if [ -n "$EXTRASCRIPT" ]; then if query "Do you want to do a full install, so the CDs will not be needed again?" y; then FULLINSTALL=1 "$scriptdir/$EXTRASCRIPT" -i "$TARGETDIR" -c "$CDMOUNT" 1>/dev/null || diequietly -- cgit v1.2.3