mirror of
https://github.com/godotengine/doc-status.git
synced 2026-01-04 10:09:48 +03:00
Make the build script runnable from any location
This commit is contained in:
1
build.sh
1
build.sh
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
IFS=$'\n\t'
|
IFS=$'\n\t'
|
||||||
|
cd "$(dirname "${BASH_SOURCE[0]}")"
|
||||||
|
|
||||||
TMP="$(mktemp -d)"
|
TMP="$(mktemp -d)"
|
||||||
git clone --depth=1 https://github.com/godotengine/godot.git "$TMP"
|
git clone --depth=1 https://github.com/godotengine/godot.git "$TMP"
|
||||||
|
|||||||
Reference in New Issue
Block a user