Commit d733068f authored by aojeagarcia's avatar aojeagarcia

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

parent 6ca53a01
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment