]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Don't use non-portable character escape in user-email script.
authorDaiki Ueno <ueno@gnu.org>
Fri, 3 May 2013 12:58:59 +0000 (21:58 +0900)
committerDaiki Ueno <ueno@gnu.org>
Fri, 3 May 2013 13:08:16 +0000 (22:08 +0900)
gettext-tools/src/ChangeLog
gettext-tools/src/user-email.sh.in

index 5861f735a55232d42170db4928ecbfb1dc6a4dda..7ff1136f1ff1205e1b6594a7119041350dd72932 100644 (file)
@@ -1,3 +1,11 @@
+2013-05-03  Daiki Ueno  <ueno@gnu.org>
+
+       * user-email.sh.in (lowercase_sed): Don't use non-portable
+       character escape in sed 's' command.
+       Reported by Ben Fox-Moore in
+       <http://lists.gnu.org/archive/html/bug-gettext/2013-05/msg00003.html>
+       and thanks to Ineiev for the suggestion.
+
 2013-04-26  Daiki Ueno  <ueno@gnu.org>
 
        Support for Python brace format.
index 4486bbe4a33f3a6fe4498dfba179543b3b30aed2..5a35405596ff1982bf3d2c1e3c7a6ec0bd10ca08 100644 (file)
@@ -324,8 +324,7 @@ y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/
 x
 s/^\([^@]*\)@.*/\1@/
 G
-s/\
-//
+s/\n//
 p
 }'
 naddresses=""