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

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"