diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-19 10:06:25 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-19 10:06:25 +0100 |
commit | 8d4cfa7f2a9f10b201e85b67714fd0bc0e7e867c (patch) | |
tree | 9db4f69dd822cd237c659cacf7cf56a0e7bc1152 /scripts | |
parent | ed78ab954ca991cca578f59a32d147304025647d (diff) | |
parent | df23f6da3cb6dc12253dc864f0c56d149a339652 (diff) |
Merge branch 'master' of git+ssh://www.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 |