properties.sh: oops! triggered the same error i was trying to fix

This commit is contained in:
Lucy Phipps 2023-09-03 07:28:09 +01:00 committed by GitHub
parent 8454b578d5
commit cc2fe1b045
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ TERMUX_NDK_VERSION=$TERMUX_NDK_VERSION_NUM$TERMUX_NDK_REVISION
# check all packages build and run correctly and bump if needed
# : "${TERMUX_SCRIPTDIR:="$(realpath "$(dirname "$(readlink -f "$0")")/..")"}"
if [ -z "${TERMUX_SCRIPTDIR}" ]; then
if [ -z "${TERMUX_SCRIPTDIR:-}" ]; then
echo 'Warning: TERMUX_SCRIPTDIR not set for properties.sh'
TERMUX_SCRIPTDIR="$(realpath "$(dirname "$(readlink -f "$0")")/..")"
fi