mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-10 11:50:52 +00:00
properties.sh: 'source'->'.'
This commit is contained in:
committed by
Fredrik Fornwall
parent
d396ea9353
commit
bf47765bd9
@@ -1,7 +1,7 @@
|
||||
TERMUX_NDK_VERSION=18
|
||||
TERMUX_ANDROID_BUILD_TOOLS_VERSION=28.0.2
|
||||
|
||||
test -f "$HOME/.termuxrc" && source "$HOME/.termuxrc"
|
||||
test -f "$HOME/.termuxrc" && . "$HOME/.termuxrc"
|
||||
|
||||
: "${ANDROID_HOME:="${HOME}/lib/android-sdk"}"
|
||||
: "${NDK:="${HOME}/lib/android-ndk"}"
|
||||
|
||||
Reference in New Issue
Block a user