qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PULL 00/19] Block patches


From: Peter Maydell
Subject: Re: [Qemu-devel] [PULL 00/19] Block patches
Date: Mon, 22 Dec 2014 12:22:53 +0000

On 22 December 2014 at 12:07, Peter Maydell <address@hidden> wrote:
> Something very odd is happening here: why are all the "r"s apparently
> missing from those error messages?

Looks like the result of using GNU sed-isms in some of the filters. On OSX:

$ echo "art trick" | sed -e 's/\r//g'
at tick

On Linux with GNU sed:
$ echo "art trick" | sed -e 's/\r//g'
art trick

This likely breaks on the BSDs too. I suspect these scripts need
a careful overhaul before we can add them to 'make check' :-(

-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]