From 3f794fad83e51a090191803aa54f4a7fe0d5a2ef Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 26 Mar 2014 12:32:06 +0100 Subject: remove git as dependency, we now have snapshot tarballs --- 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 33365483a..c16aff609 100644 --- a/scripts/scan-tools.sh +++ b/scripts/scan-tools.sh @@ -208,12 +208,6 @@ if ! which g++ >/dev/null 2>&1; then out=1 fi -if ! which git >/dev/null 2>&1; then - echo "You need git to continue." - echo - out=1 -fi - cd $topdir rm -rf tmp -- cgit v1.2.3