Merge "Reverted execution attribute of shell script files"
[kvmfornfv.git] / qemu / scripts / update-acpi.sh
1 cd x86_64-softmmu
2 for file in hw/i386/*.hex; do
3     cp -f $file ../$file.generated
4 done