Changes to propagate errors in package build.

This commit is contained in:
Bryan Thornbury 2015-12-02 19:52:19 +00:00
parent f67a247252
commit c2d04d51b1
6 changed files with 49 additions and 14 deletions

View file

@ -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 )"