scripts/qemu-version.sh: Add missing space before ']'
commit72bfe8ea63f98bbe3e4d709462cc543fb0187d32
authorThomas Huth <thuth@redhat.com>
Sun, 23 Aug 2020 10:26:17 +0000 (23 12:26 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 27 Aug 2020 16:52:30 +0000 (27 18:52 +0200)
treeb4c0aab2d269925cfab844b643ea6f8ed4a493d5
parent568ac779a4111484d9bf9fa7364a62d5d5cf9079
scripts/qemu-version.sh: Add missing space before ']'

When configure has been run with --with-pkgversion=xyz, the shell complains
about a missing ']' in this script.

Fixes: 2c273f32d3 ("meson: generate qemu-version.h")
Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
scripts/qemu-version.sh