fix scripts/properties.sh

?
This commit is contained in:
Leonid Pliushch 2020-11-13 21:10:34 +02:00
parent 1b2d438d8f
commit 39d81b358e
1 changed files with 3 additions and 1 deletions

View File

@ -19,4 +19,6 @@ TERMUX_ANDROID_HOME="${TERMUX_BASE_DIR}/home"
TERMUX_PREFIX="${TERMUX_BASE_DIR}/usr"
# Allow to override setup.
test -f "$HOME/.termuxrc" && . "$HOME/.termuxrc"
if [ -f "$HOME/.termuxrc" ]; then
. "$HOME/.termuxrc"
fi