diff options
author | Dr. David Alan Gilbert | 2016-01-12 12:58:48 +0100 |
---|---|---|
committer | Paolo Bonzini | 2016-03-24 14:01:08 +0100 |
commit | cf7cc9291bf7f2f6470815db876ed28eb474ea52 (patch) | |
tree | dd53aa6c6b8eaa86356c14ceca7bb473f461ed89 /configure | |
parent | char: translate from QIOChannel error to errno (diff) | |
download | qemu-cf7cc9291bf7f2f6470815db876ed28eb474ea52.tar.gz qemu-cf7cc9291bf7f2f6470815db876ed28eb474ea52.tar.xz 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>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |