fix scripts/properties.sh
?
This commit is contained in:
parent
1b2d438d8f
commit
39d81b358e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user