]> git.proxmox.com Git - mirror_qemu.git/commit
scripts: Use $(..) instead of deprecated `..`
authorStefan Weil <sw@weilnetz.de>
Mon, 16 May 2016 13:23:33 +0000 (15:23 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 7 Jun 2016 15:19:23 +0000 (18:19 +0300)
commitbbd908025c530b57f57b5c5b739d53e28c1e59fc
tree16ae024b85e2676bece118a3a0ae1003edf37d55
parent89138857619b2a023c32200e9af780792ccaa8c3
scripts: Use $(..) instead of deprecated `..`

This fixes these warnings from shellcheck:

    ^-- SC2006: Use $(..) instead of deprecated `..`

Update also a comment using the same pattern.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
scripts/clean-includes
scripts/create_config
scripts/feature_to_c.sh
scripts/make_device_config.sh
scripts/qemu-binfmt-conf.sh
scripts/update-linux-headers.sh