Keep REPO_ROOT as absolute path

This commit is contained in:
Alex Beregszaszi 2017-08-23 21:54:22 +01:00
parent e8d1658b58
commit a0d515c1a7

View File

@ -28,7 +28,7 @@
set -e
REPO_ROOT="$(dirname "$0")"/..
REPO_ROOT=$(cd $(dirname "$0")/.. && pwd)
cd $REPO_ROOT/build