mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:47:45 +00:00
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:
parent
3cd1db09d4
commit
219f2f988e
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
set -e
|
||||||
|
|
||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
|
|
||||||
echo $DIR
|
echo $DIR
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue