setup-cgct.sh: fix unbound variable

This commit is contained in:
Lucy Phipps 2023-09-03 06:08:48 +01:00 committed by GitHub
parent 64a56c2f8e
commit b0b95e3c4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/usr/bin/env bash
: "${TERMUX_SCRIPTDIR:="$(realpath "$(dirname "$(readlink -f "$0")")/..")"}"
. $(dirname "$(realpath "$0")")/properties.sh
. $(dirname "$(realpath "$0")")/build/termux_download.sh