diff options
Diffstat (limited to 'mcp/scripts')
-rw-r--r-- | mcp/scripts/globals.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mcp/scripts/globals.sh b/mcp/scripts/globals.sh index 754308f09..29506dc8f 100644 --- a/mcp/scripts/globals.sh +++ b/mcp/scripts/globals.sh @@ -37,7 +37,7 @@ function notify() { function notify_i() { tput setaf "${2:-1}" || true echo -en "${1:-"[WARN] Unsupported opt arg: $3\\n"}" - tput sgr0 + tput sgr0 || true } # same as `notify` + extra '\n' before and after; |