summaryrefslogtreecommitdiff
path: root/ACE-install.sh
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-03-03 01:08:10 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-03-03 01:08:10 +0000
commitc7c78b1b94cfd61d7a58c4d3a49b97f719e3716d (patch)
treebdb2fb834aebc257bfde0add6e4c965194838136 /ACE-install.sh
parentcaa0581d42e1adfc5006d5c9e367470eb72f5e2c (diff)
downloadATCD-c7c78b1b94cfd61d7a58c4d3a49b97f719e3716d.tar.gz
foo
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