* Re: [Qemu-trivial] [Qemu-devel] [PATCH] config.status: Pass extra parameters
[not found] <1452599928-7471-1-git-send-email-dgilbert@redhat.com>
@ 2016-03-18 18:34 ` Dr. David Alan Gilbert
2016-03-21 11:24 ` Paolo Bonzini
0 siblings, 1 reply; 2+ messages in thread
From: Dr. David Alan Gilbert @ 2016-03-18 18:34 UTC (permalink / raw)
To: pbonzini, qemu-trivial; +Cc: qemu-devel
Can someone pick this tiny patch up that I sent in January:
(adding in qemu-trivial)
Dave
* Dr. David Alan Gilbert (git) (dgilbert@redhat.com) wrote:
> From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
>
> This allows you to do:
> ./config.status --the-option-you-forgot
>
> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
> ---
> configure | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure b/configure
> index 44ac9ab..9a9e978 100755
> --- a/configure
> +++ b/configure
> @@ -5954,7 +5954,7 @@ cat <<EOD >config.status
> EOD
> printf "exec" >>config.status
> printf " '%s'" "$0" "$@" >>config.status
> -echo >>config.status
> +echo ' "$@"' >>config.status
> chmod +x config.status
>
> rm -r "$TMPDIR1"
> --
> 2.5.0
>
>
--
Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-trivial] [Qemu-devel] [PATCH] config.status: Pass extra parameters
2016-03-18 18:34 ` [Qemu-trivial] [Qemu-devel] [PATCH] config.status: Pass extra parameters Dr. David Alan Gilbert
@ 2016-03-21 11:24 ` Paolo Bonzini
0 siblings, 0 replies; 2+ messages in thread
From: Paolo Bonzini @ 2016-03-21 11:24 UTC (permalink / raw)
To: Dr. David Alan Gilbert, qemu-trivial; +Cc: qemu-devel
On 18/03/2016 19:34, Dr. David Alan Gilbert wrote:
> Can someone pick this tiny patch up that I sent in January:
>
> (adding in qemu-trivial)
Will do.
Paolo
> Dave
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-03-21 11:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1452599928-7471-1-git-send-email-dgilbert@redhat.com>
2016-03-18 18:34 ` [Qemu-trivial] [Qemu-devel] [PATCH] config.status: Pass extra parameters Dr. David Alan Gilbert
2016-03-21 11:24 ` Paolo Bonzini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).