diff --git a/scripts/properties.sh b/scripts/properties.sh index 943d3f976..fb1c5a0b9 100644 --- a/scripts/properties.sh +++ b/scripts/properties.sh @@ -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