diff options
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 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 |