]> git.proxmox.com Git - qemu.git/commit - scripts/qemu-binfmt-conf.sh
scripts/qemu-binfmt-conf.sh: Fix shell syntax
authorAndreas Färber <afaerber@suse.de>
Mon, 7 May 2012 17:47:37 +0000 (19:47 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 8 May 2012 16:15:18 +0000 (11:15 -0500)
commit90f2cefb17f3e25272143f43cd00f6347e65987b
treed1483877ce192e9266ff4c12e3f69ede8acefc82
parentf5df5baf11a32ae6a669ac945625d1c3e4deb76d
scripts/qemu-binfmt-conf.sh: Fix shell syntax

The script is organized as a sequence of binfmt registrations, with a
check whether the to be registered architecture matches the host.

Add a missing fi for the SuperH section.

Reported-by: Alexander Graf <agraf@suse.de>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
scripts/qemu-binfmt-conf.sh