Bug#296862: debbug#296862 Re: sed: Oddball error message for syntax error (?)

2008-04-11 Thread Paolo Bonzini
This is patch e022 from upstream: 2007-01-26 Paolo Bonzini [EMAIL PROTECTED] * sed/compile.c (check_final_program): Don't set text if the pending_text is initialized but empty. * sed/execute.c (output_line): Don't print text if it is NULL. diff --git a/sed/compile.c

Bug#296862: debbug#296862 Re: sed: Oddball error message for syntax error (?)

2008-04-11 Thread Paolo Bonzini
This is fixed in CVS sed. Paolo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#296862: debbug#296862 Re: sed: Oddball error message for syntax error (?)

2008-04-10 Thread Oleg Verych
era eriksson @ Fri, Feb 25, 2005 at 11:21:03AM +0200: Version: 4.1.2-1 Severity: minor Tags: upstream Not actually sure if this is valid syntax or not (I guess not), but the error message is absurd: $ sed 'c\' /etc/motd sed: couldn't write -1 items to stdout: Success /* era */