]> Git Repo - qemu.git/blobdiff - scripts/update-linux-headers.sh
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging
[qemu.git] / scripts / update-linux-headers.sh
index f7d62d974fe1500fb607a07230082dc67ac7f7e9..08c4c4ae54f56610b416bb005e8d8e829473dfbd 100755 (executable)
@@ -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"
 
This page took 0.021979 seconds and 4 git commands to generate.