diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-08-05 22:49:12 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-08-05 22:49:12 +0200 |
commit | a2e96ddb9519a2f40857f11501b88e465d25082d (patch) | |
tree | 10defcae7e5d0452ca35d7d43e8fac59f5038064 /scripts/scan-tools.sh | |
parent | dd48d0019b7f5442cef387b5754a276b33f8e52f (diff) | |
parent | 91024313d470314ecd49ecc0a9cdd80573b24139 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'scripts/scan-tools.sh')
-rw-r--r-- | scripts/scan-tools.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/scan-tools.sh b/scripts/scan-tools.sh index 0837c9613..5dd19a645 100644 --- a/scripts/scan-tools.sh +++ b/scripts/scan-tools.sh @@ -137,12 +137,6 @@ if ! which bzip2 >/dev/null 2>&1; then out=1 fi -if ! which unzip >/dev/null 2>&1; then - echo You must install unzip to continue. - echo - out=1 -fi - if ! which patch >/dev/null 2>&1; then echo You must install patch to continue. echo |