From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B8C4915817D for ; Wed, 5 Jun 2024 14:08:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EAE7DE2A91; Wed, 5 Jun 2024 14:08:20 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BF0FBE2A91 for ; Wed, 5 Jun 2024 14:08:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D3CAD335D63 for ; Wed, 5 Jun 2024 14:08:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DEAA11DF for ; Wed, 5 Jun 2024 14:08:18 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1717596463.ac3052c13e3618eac170d036c5d39bf4db406028.ulm@gentoo> Subject: [gentoo-commits] proj/emacs-tools:emacs-updater commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: emacs-updater X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: ac3052c13e3618eac170d036c5d39bf4db406028 X-VCS-Branch: emacs-updater Date: Wed, 5 Jun 2024 14:08:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cec3e8d9-2ecd-4061-bc56-97dc30483177 X-Archives-Hash: 60777c7139be20997930e384995e22e2 commit: ac3052c13e3618eac170d036c5d39bf4db406028 Author: Ulrich Müller gentoo org> AuthorDate: Wed Jun 5 14:07:43 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Jun 5 14:07:43 2024 +0000 URL: https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=ac3052c1 Update a comment Signed-off-by: Ulrich Müller gentoo.org> 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}"