public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/eselect:master commit in: bin/, /
Date: Tue, 28 Feb 2023 18:08:03 +0000 (UTC)	[thread overview]
Message-ID: <1677607585.ed29a63568537bb2f4e341ad1415060402b4c21f.ulm@gentoo> (raw)

commit:     ed29a63568537bb2f4e341ad1415060402b4c21f
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 28 18:06:25 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 28 18:06:25 2023 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=ed29a635

Support NO_COLOR

* bin/eselect.in: Disable colours if NO_COLOR is nonempty.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ChangeLog      | 4 ++++
 bin/eselect.in | 3 +++
 2 files changed, 7 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 64a5b5e..aab936d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2023-02-28  Ulrich Müller  <ulm@gentoo.org>
+
+	* bin/eselect.in: Disable colours if NO_COLOR is nonempty.
+
 2023-02-27  Ulrich Müller  <ulm@gentoo.org>
 
 	* configure.ac: Update version to 1.4.21.

diff --git a/bin/eselect.in b/bin/eselect.in
index a521a6f..888977c 100755
--- a/bin/eselect.in
+++ b/bin/eselect.in
@@ -136,6 +136,7 @@ if [[ -z ${action} ]]; then
 fi
 
 # parse global options
+colour=""
 while [[ ${1##--} != "$1" ]]; do
 	case ${1##--} in
 		brief)
@@ -185,6 +186,8 @@ fi
 
 # enable colour output and get width of terminal iff stdout is a tty
 if [[ -t 1 ]]; then
+	# command line option overrides NO_COLOR variable
+	[[ -z ${colour} && -n ${NO_COLOR} ]] && colour=no
 	colours ${colour:-yes}
 	init_columns
 else


             reply	other threads:[~2023-02-28 18:08 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-28 18:08 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-07-08  6:20 [gentoo-commits] proj/eselect:master commit in: bin/, / Ulrich Müller
2023-06-07  8:50 Ulrich Müller
2023-06-07  7:29 Ulrich Müller
2023-06-05 18:34 Ulrich Müller
2023-03-20 17:11 Ulrich Müller
2023-02-27 17:40 Ulrich Müller
2023-02-27  7:28 Ulrich Müller
2022-01-08 20:53 Ulrich Müller
2016-01-27 19:35 Ulrich Müller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1677607585.ed29a63568537bb2f4e341ad1415060402b4c21f.ulm@gentoo \
    --to=ulm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox