mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
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>
This commit is contained in:
parent
8913885761
commit
bbd908025c
6 changed files with 11 additions and 11 deletions
|
|
@ -10,7 +10,7 @@
|
|||
# This work is licensed under the terms of the GNU GPL version 2.
|
||||
# See the COPYING file in the top-level directory.
|
||||
|
||||
tmpdir=`mktemp -d`
|
||||
tmpdir=$(mktemp -d)
|
||||
linux="$1"
|
||||
output="$2"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue