From 9d75f0d407be54a14bbb6bcae4d96cb433b69c86 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 1 Aug 2010 23:45:44 +0200 Subject: remove unzip dependency, use delivered cpio. some code cleanup --- scripts/scan-tools.sh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'scripts/scan-tools.sh') 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 -- cgit v1.2.3