Skip to content

Commit

Permalink
BuildIt: use set -e to fail immediately on error
Browse files Browse the repository at this point in the history
This saves time if something goes wrong very early in the build process.
  • Loading branch information
rburchell authored and awesomekling committed May 15, 2019
1 parent 3cd1db0 commit 219f2f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Toolchain/BuildIt.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
set -e

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

echo $DIR
Expand Down

0 comments on commit 219f2f9

Please sign in to comment.