From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
To: pbonzini@redhat.com, qemu-trivial@nongnu.org
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] config.status: Pass extra parameters
Date: Fri, 18 Mar 2016 18:34:27 +0000 [thread overview]
Message-ID: <20160318183427.GM2246@work-vm> (raw)
In-Reply-To: <1452599928-7471-1-git-send-email-dgilbert@redhat.com>
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
next prev parent reply other threads:[~2016-03-18 18:34 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-12 11:58 [Qemu-devel] [PATCH] config.status: Pass extra parameters Dr. David Alan Gilbert (git)
2016-01-14 20:45 ` Daniel P. Berrange
2016-03-18 18:34 ` Dr. David Alan Gilbert [this message]
2016-03-21 11:24 ` Paolo Bonzini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160318183427.GM2246@work-vm \
--to=dgilbert@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).