summaryrefslogtreecommitdiff
path: root/tcwg-llvm-release.sh
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2017-05-05 13:24:22 +0100
committerRenato Golin <renato.golin@linaro.org>2017-05-05 13:24:22 +0100
commit533c76d553823ea129bede6de4519cef84d85bc5 (patch)
tree4bc3805ea0a02a4579528ad8ec950194f440608e /tcwg-llvm-release.sh
parent00b4d7621096d09602f9da9525b98cc472e6dc37 (diff)
tcwg-llvm-*: include common in the same basedir
Change-Id: I422ce0666089864ab50bf065af171c7ff0e4d1dd
Diffstat (limited to 'tcwg-llvm-release.sh')
-rwxr-xr-xtcwg-llvm-release.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tcwg-llvm-release.sh b/tcwg-llvm-release.sh
index eb7a8a30..e21d2bc6 100755
--- a/tcwg-llvm-release.sh
+++ b/tcwg-llvm-release.sh
@@ -8,7 +8,8 @@
set -exu
set -o pipefail
-. tcwg-llvm-common.sh
+BASEDIR=$(dirname "$(readlink -f "$0")")
+. "$BASEDIR/tcwg-llvm-common.sh"
# Syntax
SYN_WORKSPACE="--workspace=/path/to/workspace"