Remove bash backtick command substitution
authorSami Kerola <kerolasa@iki.fi>
Wed, 18 Jul 2012 19:13:29 +0000 (21:13 +0200)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 31 Oct 2016 10:13:11 +0000 (06:13 -0400)
commit2849a226806a0e70cd85cca3d09bcd29438007dd
tree9bdb935ebc1330de4f5ade5e676d0cf3960ae5aa
parent0ffee1a97ba2e3db752652e5e9250416659bf31a
Remove bash backtick command substitution

The $(command) is more flexible as it allows nesting and easier to
read, than `command` notation.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
(cherry picked from commit 64acedea081a94352f9b98a808747cbd25e989d4)
virt-what.in