diff options
| author | Dr. David Alan Gilbert <dgilbert@redhat.com> | 2016-01-12 11:58:48 +0000 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2016-03-24 14:01:08 +0100 |
| commit | cf7cc9291bf7f2f6470815db876ed28eb474ea52 (patch) | |
| tree | dd53aa6c6b8eaa86356c14ceca7bb473f461ed89 | |
| parent | b6572b4f97a7b126c7b24e165893ed9fe3d72e1f (diff) | |
| download | focaccia-qemu-cf7cc9291bf7f2f6470815db876ed28eb474ea52.tar.gz focaccia-qemu-cf7cc9291bf7f2f6470815db876ed28eb474ea52.zip | |
config.status: Pass extra parameters
This allows you to do: ./config.status --the-option-you-forgot Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Message-Id: <1452599928-7471-1-git-send-email-dgilbert@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index b88d0dbbf9..2f7600a783 100755 --- a/configure +++ b/configure @@ -5942,7 +5942,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" |