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>
Wed, 18 Jul 2012 21:03:43 +0000 (22:03 +0100)
commit64acedea081a94352f9b98a808747cbd25e989d4
tree7b67a1b995558d98dd4c0e09187043fb4a428c26
parent225c970d589b855b98068e0adfe20f48e30090d2
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>
virt-what.in