commit: b3ee6d90fe15834e859fd21affe4cadbc56ee9e8
Author: Kerin Millar <kfm <AT> plushkava <DOT> net>
AuthorDate: Mon Sep 15 05:08:24 2025 +0000
Commit: Kerin Millar <kfm <AT> plushkava <DOT> net>
CommitDate: Mon Sep 15 05:08:24 2025 +0000
URL: https://gitweb.gentoo.org/proj/locale-gen.git/commit/?id=b3ee6d90
Shorten a comment in generate_locales()
Signed-off-by: Kerin Millar <kfm <AT> plushkava.net>
locale-gen | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/locale-gen b/locale-gen
index 871d52b..9ebadbf 100644
--- a/locale-gen
+++ b/locale-gen
@@ -470,9 +470,8 @@ sub generate_locales ($workers, @locales) {
}
# Abort if any of the collected status codes are found to be non-zero.
- # In the case that one subprocess was interrupted by a signal while
- # another exited non-zero, the resulting diagnostic shall allude to the
- # signal. Such determinism is achieved by sorting the values.
+ # Should a subprocess be interrupted by a signal while another exited
+ # non-zero, the resulting diagnostic shall allude only to the signal.
for my $status (sort { $a <=> $b } values %status_by) {
throw_child_error('localedef', $status);
}