Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/eselect:master commit in: bin/, /
Date: Mon, 20 Mar 2023 17:11:28
Message-Id: 1678986412.b2d7c42e744cee752b2ad364c98e1d5541316732.ulm@gentoo
1 commit: b2d7c42e744cee752b2ad364c98e1d5541316732
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 16 17:06:52 2023 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 17:06:52 2023 +0000
6 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=b2d7c42e
7
8 Remove useless exit message
9
10 * bin/eselect.in (trap): Don't output a message, because die()
11 is verbose enough. Thanks to Florian Schmaus for the suggestion.
12
13 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
14
15 ChangeLog | 5 +++++
16 bin/eselect.in | 2 +-
17 2 files changed, 6 insertions(+), 1 deletion(-)
18
19 diff --git a/ChangeLog b/ChangeLog
20 index 7bb4ea4..3057a22 100644
21 --- a/ChangeLog
22 +++ b/ChangeLog
23 @@ -1,3 +1,8 @@
24 +2023-03-16 Ulrich Müller <ulm@g.o>
25 +
26 + * bin/eselect.in (trap): Don't output a message, because die()
27 + is verbose enough. Thanks to Florian Schmaus for the suggestion.
28 +
29 2023-03-14 Florian Schmaus <flow@g.o>
30
31 * modules/kernel.eselect (do_update, describe_update)
32
33 diff --git a/bin/eselect.in b/bin/eselect.in
34 index 888977c..7a74098 100755
35 --- a/bin/eselect.in
36 +++ b/bin/eselect.in
37 @@ -73,7 +73,7 @@ inherit manip output path-manipulation tests
38
39 # Sneaky trick to make die in subshells work. If you don't get
40 # it, don't ask...
41 -trap 'echo "exiting" >&2; exit 250' 15
42 +trap 'exit 250' 15
43
44 # es_do_usage
45 # Display eselect usage