summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-08-01 23:45:44 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-08-01 23:45:44 +0200
commit9d75f0d407be54a14bbb6bcae4d96cb433b69c86 (patch)
tree32752cc509826a6b53598dfd90c8ce54c863502b /scripts
parent4fa46b6a63a479a7a216b519c329dbfe53b0ca39 (diff)
remove unzip dependency, use delivered cpio. some code cleanup
Diffstat (limited to 'scripts')
-rw-r--r--scripts/scan-tools.sh6
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