BuildIt: use set -e to fail immediately on error

This saves time if something goes wrong very early in the build process.
This commit is contained in:
Robin Burchell 2019-05-15 20:05:18 +02:00 committed by Andreas Kling
parent 3cd1db09d4
commit 219f2f988e

View file

@ -1,4 +1,6 @@
#!/bin/bash
set -e
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
echo $DIR