From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46704) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agzEI-00024P-NG for qemu-devel@nongnu.org; Fri, 18 Mar 2016 14:34:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1agzEF-0006Tf-Q7 for qemu-devel@nongnu.org; Fri, 18 Mar 2016 14:34:34 -0400 Date: Fri, 18 Mar 2016 18:34:27 +0000 From: "Dr. David Alan Gilbert" Message-ID: <20160318183427.GM2246@work-vm> References: <1452599928-7471-1-git-send-email-dgilbert@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1452599928-7471-1-git-send-email-dgilbert@redhat.com> Subject: Re: [Qemu-devel] [PATCH] config.status: Pass extra parameters List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: pbonzini@redhat.com, qemu-trivial@nongnu.org Cc: qemu-devel@nongnu.org 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" > > This allows you to do: > ./config.status --the-option-you-forgot > > Signed-off-by: Dr. David Alan Gilbert > --- > 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 <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