From ac3052c13e3618eac170d036c5d39bf4db406028 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Wed, 5 Jun 2024 16:07:43 +0200 Subject: Update a comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- emacs-updater | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs-updater b/emacs-updater index 2936b64..1926218 100755 --- a/emacs-updater +++ b/emacs-updater @@ -205,7 +205,7 @@ else BOLD=; NORMAL=; RED=; GREEN=; YELLOW=; BLUE=; MAGENTA=; CYAN= fi -# Some type of output can be prettified and capsulated in functions +# Some functions for output message() { local OUTPUT="$@" echo "${GREEN}*${NORMAL}${BOLD} ${OUTPUT}${NORMAL}" -- cgit v1.2.3-65-gdbad