On Tue, Jun 22, 2021 at 11:12:37AM +0200, Thomas Huth wrote: > The backticks are considered as bad style these days, e.g. when checking > scripts with https://www.shellcheck.net/ ... let's use the modern $() > syntax instead. > > Signed-off-by: Thomas Huth <thuth@xxxxxxxxxx> > --- > configure | 2 +- > run_tests.sh | 2 +- > scripts/arch-run.bash | 10 +++++----- > 3 files changed, 7 insertions(+), 7 deletions(-) Applied to misc/queue https://gitlab.com/rhdrjones/kvm-unit-tests/-/commits/misc/queue Thanks, drew