diff --git a/.config/shell/bin/upd b/.config/shell/bin/upd index 4f999f8..92512d3 100755 --- a/.config/shell/bin/upd +++ b/.config/shell/bin/upd @@ -12,7 +12,7 @@ fi if command -v tput > /dev/null; then GREEN="$(tput setaf 2)" NC="$(tput sgr0)" -elif [ -n "$TERMUX_VERSION"] +elif [ -n "$TERMUX_VERSION" ]; then GREEN="" NC="(B" fi