From e2348c8ec5de7ae2f7af76b139398a240f7daddd Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sun, 13 Sep 2020 19:33:31 +0200 Subject: [PATCH] Make the build script runnable from any location --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 1491fd3..21baa87 100755 --- a/build.sh +++ b/build.sh @@ -2,6 +2,7 @@ set -euo pipefail IFS=$'\n\t' +cd "$(dirname "${BASH_SOURCE[0]}")" TMP="$(mktemp -d)" git clone --depth=1 https://github.com/godotengine/godot.git "$TMP"