summaryrefslogtreecommitdiff
path: root/ACE-install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ACE-install.sh')
-rw-r--r--ACE-install.sh9
1 files changed, 7 insertions, 2 deletions
diff --git a/ACE-install.sh b/ACE-install.sh
index 538d5d69af7..2adda42c357 100644
--- a/ACE-install.sh
+++ b/ACE-install.sh
@@ -146,8 +146,13 @@ if [ ${AUTO} -eq 1 ]
then
if [ $1 != "auto" ]
then
- echo "$USAGE"
- exit 2
+ if [ $1 = "nounzip" ] ; then
+ UNZIP=0
+ AUTO=0
+ else
+ echo "$USAGE"
+ exit 2
+ fi
fi
fi