setup-termux-glibc.sh: fix unbound variable

This commit is contained in:
Lucy Phipps 2023-09-03 06:18:23 +01:00 committed by GitHub
parent b0b95e3c4d
commit 111b68a7a5
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 @@
#!/bin/bash
: "${TERMUX_SCRIPTDIR:="$(realpath "$(dirname "$(readlink -f "$0")")/..")"}"
. $(dirname "$(realpath "$0")")/properties.sh
source "$TERMUX_PREFIX/bin/termux-setup-package-manager" || true