aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-03-16 18:06:52 +0100
committerUlrich Müller <ulm@gentoo.org>2023-03-16 18:06:52 +0100
commitb2d7c42e744cee752b2ad364c98e1d5541316732 (patch)
tree79074f145eb606679247b62faecf488b7774d6d3 /ChangeLog
parentNew "update" action in kernel module (diff)
downloadeselect-b2d7c42e744cee752b2ad364c98e1d5541316732.tar.gz
eselect-b2d7c42e744cee752b2ad364c98e1d5541316732.tar.bz2
eselect-b2d7c42e744cee752b2ad364c98e1d5541316732.zip
Remove useless exit message
* bin/eselect.in (trap): Don't output a message, because die() is verbose enough. Thanks to Florian Schmaus for the suggestion. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7bb4ea4..3057a22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-03-16 Ulrich Müller <ulm@gentoo.org>
+
+ * bin/eselect.in (trap): Don't output a message, because die()
+ is verbose enough. Thanks to Florian Schmaus for the suggestion.
+
2023-03-14 Florian Schmaus <flow@gentoo.org>
* modules/kernel.eselect (do_update, describe_update)