diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-20 08:34:49 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-20 08:34:49 +0100 |
commit | 70092108cb10bd663687f2c7c21c279f5c40e233 (patch) | |
tree | 554abb84e6aed46fb47b4c2eea6aaecec89569f5 /scripts | |
parent | 6f0464e8edacdd4d63da7ce556494c0c12520582 (diff) | |
parent | fb3ce8f9ddf972e7eac5c2c6998c621e0100bda3 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/scan-tools.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/scan-tools.sh b/scripts/scan-tools.sh index c16aff609..33365483a 100644 --- a/scripts/scan-tools.sh +++ b/scripts/scan-tools.sh @@ -208,6 +208,12 @@ 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 |