]> git.ipfire.org Git - thirdparty/qemu.git/commit
show-fixed-bugs.sh: Modern shell scripting (use $() instead of ``)
authorMao Zhongyi <maozhongyi@cmss.chinamobile.com>
Mon, 15 Oct 2018 09:17:36 +0000 (17:17 +0800)
committerThomas Huth <thuth@redhat.com>
Tue, 16 Oct 2018 16:34:19 +0000 (18:34 +0200)
commitaa2192bf14fb18a407782527beebba3a96620d0f
tree0f0b3266b83d4d1f122ee6207837b8767e1197b4
parenta436cd882691145673afe3a1a3872650bb760506
show-fixed-bugs.sh: Modern shell scripting (use $() instead of ``)

Various shell files contain a mix between obsolete ``
and modern $(); It would be nice to convert to using $()
everywhere.

Signed-off-by: Mao Zhongyi <maozhongyi@cmss.chinamobile.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
scripts/show-fixed-bugs.sh