diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-26 12:32:06 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-26 12:32:06 +0100 |
commit | 3f794fad83e51a090191803aa54f4a7fe0d5a2ef (patch) | |
tree | 7f745c03a30bb986995940f1a6354f065803dc53 /scripts | |
parent | e83010306d2b3f5b788cc6d432856c1b380d6de2 (diff) |
remove git as dependency, we now have snapshot tarballs
Diffstat (limited to 'scripts')
-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 |