]> git.proxmox.com Git - mirror_qemu.git/commit
git-submodule.sh: Modern shell scripting (use $() instead of ``)
authorMao Zhongyi <maozhongyi@cmss.chinamobile.com>
Mon, 15 Oct 2018 09:17:35 +0000 (17:17 +0800)
committerThomas Huth <thuth@redhat.com>
Tue, 16 Oct 2018 16:34:19 +0000 (18:34 +0200)
commita436cd882691145673afe3a1a3872650bb760506
tree6f049ab4327831759ab1fa70c7b510fc85421b33
parent934821ebae41e59cb2a6c5c7ec99927255117491
git-submodule.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/git-submodule.sh