Re: [libvirt] [PATCH 1/3] virBufferEscapeShell: Emit quotes for the empty string

2011-10-19 Thread Guido Günther
On Tue, Oct 18, 2011 at 02:09:55PM -0600, Eric Blake wrote: On 10/18/2011 01:35 PM, Guido Günther wrote: Make the empty string return '' to match cmdEcho's behavior. --- src/util/buf.c | 15 ++- 1 files changed, 10 insertions(+), 5 deletions(-) ACK. Pushed the whole

[libvirt] [PATCH 1/3] virBufferEscapeShell: Emit quotes for the empty string

2011-10-18 Thread Guido Günther
Make the empty string return '' to match cmdEcho's behavior. --- src/util/buf.c | 15 ++- 1 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/util/buf.c b/src/util/buf.c index f582cd2..b7fcf6d 100644 --- a/src/util/buf.c +++ b/src/util/buf.c @@ -507,15 +507,20 @@

Re: [libvirt] [PATCH 1/3] virBufferEscapeShell: Emit quotes for the empty string

2011-10-18 Thread Eric Blake
On 10/18/2011 01:35 PM, Guido Günther wrote: Make the empty string return '' to match cmdEcho's behavior. --- src/util/buf.c | 15 ++- 1 files changed, 10 insertions(+), 5 deletions(-) ACK. -- Eric Blake ebl...@redhat.com+1-801-349-2682 Libvirt virtualization library