]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
stty: fix translated --help so the gettext header is not printed
authorGöran Uddeborg <goeran@uddeborg.se>
Mon, 15 Feb 2016 21:00:52 +0000 (13:00 -0800)
committerPádraig Brady <P@draigBrady.com>
Mon, 15 Feb 2016 21:06:23 +0000 (13:06 -0800)
* src/stty.c (usage): Remove an erroneous call to translate an
empty string, added in commit v8.23-112-g564f84a, which results
in the gettext header being printed for translated languages.
* THANKS.in: Remove the now committer.
* NEWS: Mention the bug fix.

NEWS
THANKS.in
src/stty.c

diff --git a/NEWS b/NEWS
index 51958aea265afb66ce443fa6436a26b399b86cfa..3b2e461be5c060481edd70869ce9073b4260e387 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,11 @@ GNU coreutils NEWS                                    -*- outline -*-
 
 * Noteworthy changes in release ?.? (????-??-??) [?]
 
+** Bug fixes
+
+   stty --help no longer outputs extraneous gettext header lines
+   for translated languages. [bug introduced in coreutils-8.24]
+
 
 * Noteworthy changes in release 8.25 (2016-01-20) [stable]
 
index 5178ebf3ea836e4c2e86d8fe1701699e380d8eb5..ec0426976ad198bc4e1d34d334ba5cd77cafd088 100644 (file)
--- a/THANKS.in
+++ b/THANKS.in
@@ -228,7 +228,6 @@ Gerald Pfeifer                      gerald@pfeifer.com
 Gerhard Poul                        gpoul@gnu.org
 Germano Leichsenring                germano@jedi.cs.kobe-u.ac.jp
 Glen Lenker                         glen.lenker@gmail.com
-Göran Uddeborg                      goeran@uddeborg.se
 GOTO Masanori                       gotom@debian.or.jp
 Greg Louis                          glouis@dynamicro.on.ca
 Greg McGary                         gkm@gnu.org
index 30053cc5116413522d0ec32bca7e3fb557b07f1a..44cdcddc685fcf1e59f5e1469cb93afa73a47826 100644 (file)
@@ -953,8 +953,6 @@ Combination settings:\n\
 #endif
 );
       fputs (_("\
-"), stdout);
-      fputs (_("\
    oddp          same as parenb parodd cs7\n\
    -oddp         same as -parenb cs8\n\
    [-]parity     same as [-]evenp\n\