upd: oops

This commit is contained in:
PowerUser64 2022-06-22 11:12:33 -07:00
parent c715fef437
commit 4c9ab664f4

View file

@ -12,7 +12,7 @@ fi
if command -v tput > /dev/null; then if command -v tput > /dev/null; then
GREEN="$(tput setaf 2)" GREEN="$(tput setaf 2)"
NC="$(tput sgr0)" NC="$(tput sgr0)"
elif [ -n "$TERMUX_VERSION"] elif [ -n "$TERMUX_VERSION" ]; then
GREEN="" GREEN=""
NC="(B" NC="(B"
fi fi