Changes to propagate errors in package build.
This commit is contained in:
parent
f67a247252
commit
c2d04d51b1
6 changed files with 49 additions and 14 deletions
|
@ -4,6 +4,8 @@
|
|||
# Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
#
|
||||
|
||||
set -e
|
||||
|
||||
SOURCE="${BASH_SOURCE[0]}"
|
||||
while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symlink
|
||||
DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue