diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-06-05 16:07:43 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-06-05 16:07:43 +0200 |
commit | ac3052c13e3618eac170d036c5d39bf4db406028 (patch) | |
tree | 0f81dfcfed9a10f73a11e35c8c6d0ba80dc8863a /emacs-updater | |
parent | Version 1.18 released (diff) | |
download | emacs-tools-emacs-updater.tar.gz emacs-tools-emacs-updater.tar.bz2 emacs-tools-emacs-updater.zip |
Update a commentemacs-updater
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'emacs-updater')
-rwxr-xr-x | emacs-updater | 2 |
1 files changed, 1 insertions, 1 deletions
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}" |