]> git.ipfire.org Git - thirdparty/qemu.git/commit
configure: Replace literally printed '\n' with newline
authorKevin Wolf <kwolf@redhat.com>
Fri, 18 Oct 2024 12:05:57 +0000 (14:05 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Mon, 21 Oct 2024 19:40:47 +0000 (22:40 +0300)
commitc11aaaaef145aaf09023f81b85532b8d4d5b3704
treed7e2b66c3b22a3d7321c57a51a98199a272235d6
parent30b1fc5a9820c7d8db273afd0c87f093f2857f9f
configure: Replace literally printed '\n' with newline

The idea here was to leave an empty line before the message, but by
default, echo prints '\n' literally instead of interpreting it. Use a
separate echo without parameter instead like in other places in the
script.

Fixes: 6fdc5bc173188f5e4942616b16d589500b874a15
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
configure