mirror of
https://github.com/godotengine/doc-status.git
synced 2026-01-04 10:09:48 +03:00
Fix typo in IFS variable in the build script
This commit is contained in:
2
build.sh
2
build.sh
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
IFS='$\n\t'
|
IFS=$'\n\t'
|
||||||
|
|
||||||
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