diff --git a/scripts/setup-cgct.sh b/scripts/setup-cgct.sh index 746d1b7d37..db24aa7745 100755 --- a/scripts/setup-cgct.sh +++ b/scripts/setup-cgct.sh @@ -1,7 +1,5 @@ #!/usr/bin/env bash -: "${TERMUX_SCRIPTDIR:="$(realpath "$(dirname "$(readlink -f "$0")")/..")"}" - . $(dirname "$(realpath "$0")")/properties.sh . $(dirname "$(realpath "$0")")/build/termux_download.sh diff --git a/scripts/setup-termux-glibc.sh b/scripts/setup-termux-glibc.sh index 4b0fce1514..ef96c79b04 100755 --- a/scripts/setup-termux-glibc.sh +++ b/scripts/setup-termux-glibc.sh @@ -1,7 +1,5 @@ #!/bin/bash -: "${TERMUX_SCRIPTDIR:="$(realpath "$(dirname "$(readlink -f "$0")")/..")"}" - . $(dirname "$(realpath "$0")")/properties.sh source "$TERMUX_PREFIX/bin/termux-setup-package-manager" || true