Stop on the first error in fetch dependencies script

This commit is contained in:
alexey.lysiuk 2019-03-08 10:58:06 +02:00
parent 40097d79b5
commit d015381fa3

View File

@ -25,6 +25,7 @@
# -v verbose output
#
set -o errexit
# ----------------- Functions -------------------