diff mbox

config.status: Pass extra parameters

Message ID 1452599928-7471-1-git-send-email-dgilbert@redhat.com
State New
Headers show

Commit Message

Dr. David Alan Gilbert Jan. 12, 2016, 11:58 a.m. UTC
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(-)

Comments

Daniel P. Berrangé Jan. 14, 2016, 8:45 p.m. UTC | #1
On Tue, Jan 12, 2016 at 11:58:48AM +0000, Dr. David Alan Gilbert (git) 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(-)

Reviewed-by: Daniel P. Berrange <berrange@redhat.com>

Regards,
Daniel
Dr. David Alan Gilbert March 18, 2016, 6:34 p.m. UTC | #2
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
Paolo Bonzini March 21, 2016, 11:24 a.m. UTC | #3
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
diff mbox

Patch

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"