summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2018-06-25 12:17:48 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2018-06-26 15:02:47 -0700
commit3a1c7f3b9967cd6adf2ed6990b424d729e402d2c (patch)
treec7bd328c243821057d2930387f2766e04fae632b
parent58a3a32ec2f315b5362ba9a0e6f31e5c7ca37714 (diff)
downloadqtlocation-mapboxgl-3a1c7f3b9967cd6adf2ed6990b424d729e402d2c.tar.gz
[build] Exit with nonzero status if file does not exist
-rwxr-xr-xscripts/log_binary_size.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/log_binary_size.sh b/scripts/log_binary_size.sh
index 3c55be15f1..1147a8c479 100755
--- a/scripts/log_binary_size.sh
+++ b/scripts/log_binary_size.sh
@@ -39,4 +39,5 @@ if [ -f "${FILE}" ]; then
fi
else
echo "* File '${FILE}' does not exist"
+ exit 1
fi