diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-19 09:44:49 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-19 09:44:49 +0100 |
commit | df23f6da3cb6dc12253dc864f0c56d149a339652 (patch) | |
tree | 32d3a107d9d84b769e6c473286574d2599afc487 /scripts | |
parent | 289643bf8528175c8c16489400d04c479a7875d0 (diff) | |
parent | 09981c6824ff47fa75ec4c17ca569bc92635996a (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 |