maybe this will help

This commit is contained in:
2016-02-08 22:25:28 -05:00
parent 3c3e621040
commit 76ebf9279b
+1
View File
@@ -9,6 +9,7 @@ set +e
PIP_STATUS="${PIPESTATUS[0]}"
set -e
cat $WARNINGS_LOG > /dev/null
show-warnings
if [[ ! $PIP_STATUS -eq 0 ]]; then