diff --git a/.evergreen/handle-paths.sh b/.evergreen/handle-paths.sh index 214a9906..84bda2bf 100755 --- a/.evergreen/handle-paths.sh +++ b/.evergreen/handle-paths.sh @@ -9,7 +9,7 @@ # . $SCRIPT_DIR/../handle-path.sh set -o errexit # Exit the script with error if any of the commands fail -set -x + if [ -z "$SCRIPT_DIR" ]; then echo "Please set $SCRIPT_DIR first" exit 1