Re: [PATCH] meson: Fix shell script syntax in qemu-version.sh

2020-08-24 Thread Eric Blake
On 8/24/20 10:51 AM, Bruce Rogers wrote: There needs to be a space before the closing bracket. Signed-off-by: Bruce Rogers --- scripts/qemu-version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Duplicate of https://lists.gnu.org/archive/html/qemu-devel/2020-08/msg05549.html

[PATCH] meson: Fix shell script syntax in qemu-version.sh

2020-08-24 Thread Bruce Rogers
There needs to be a space before the closing bracket. Signed-off-by: Bruce Rogers --- scripts/qemu-version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/qemu-version.sh b/scripts/qemu-version.sh index 4847385e42..03128c56a2 100755 --- a/scripts/qemu-version.sh ++