Fail update-godep-licenses if bash version lower than 4

This commit is contained in:
aojeagarcia 2018-07-06 12:13:04 +02:00
parent 6ca53a0103
commit d733068fd5

View File

@ -140,6 +140,7 @@ if ((${BASH_VERSINFO[0]}<4)); then
echo "$ brew install md5sha1sum bash jq"
fi
echo
exit 9
fi
# This variable can be injected, as in the verify script.