Make the build script runnable from any location

This commit is contained in:
Hugo Locurcio 2020-09-13 19:33:31 +02:00
parent 151bcc2377
commit e2348c8ec5
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C
1 changed files with 1 additions and 0 deletions

View File

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