aboutsummaryrefslogtreecommitdiffstats
path: root/release.sh
diff options
context:
space:
mode:
Diffstat (limited to 'release.sh')
-rwxr-xr-xrelease.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.sh b/release.sh
index 5f2b059..68d8efa 100755
--- a/release.sh
+++ b/release.sh
@@ -232,7 +232,7 @@ REPLICANT_DIR="$(realpath $1)"
RELEASE_DIR="$(realpath $2)"
RELEASE_TYPE="$3"
-. releasevars.sh
+. $(dirname $0)/releasevars.sh
RELEASE_TOOLS_DIR="$REPLICANT_DIR/out/host/linux-x86/bin"
RELEASE_TOOLS="adb fastboot heimdall mkbootimg unpackbootimg"