Hello, On 05/03/2013 10:07 AM, Daiki Ueno wrote:
I can reproduce this as well. It seems the user-email script (in /usr/local/lib/gettext/) needs a fix. There is a non-portable sed 's' command usage like this:s/\ //
Won't s/\n// work?
Hello, On 05/03/2013 10:07 AM, Daiki Ueno wrote:
I can reproduce this as well. It seems the user-email script (in /usr/local/lib/gettext/) needs a fix. There is a non-portable sed 's' command usage like this:s/\ //
Won't s/\n// work?