qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] config.status: Pass extra parameters
@ 2016-01-12 11:58 Dr. David Alan Gilbert (git)
  2016-01-14 20:45 ` Daniel P. Berrange
  2016-03-18 18:34 ` Dr. David Alan Gilbert
  0 siblings, 2 replies; 4+ messages in thread
From: Dr. David Alan Gilbert (git) @ 2016-01-12 11:58 UTC (permalink / raw)
  To: qemu-devel, pbonzini

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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-03-21 11:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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).