Re: [Qemu-devel] [PATCH for-1.1] scripts/qemu-binfmt-conf.sh: Fix shell syntax

2012-05-08 Thread Anthony Liguori
On 05/07/2012 12:47 PM, Andreas Färber wrote: 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 Signed-off-by: Andreas Färber Applied. Th

Re: [Qemu-devel] [PATCH for-1.1] scripts/qemu-binfmt-conf.sh: Fix shell syntax

2012-05-08 Thread Paolo Bonzini
Il 07/05/2012 19:47, Andreas Färber ha scritto: > 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 > Signed-off-by: Andreas Färber

[Qemu-devel] [PATCH for-1.1] scripts/qemu-binfmt-conf.sh: Fix shell syntax

2012-05-07 Thread Andreas Färber
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 Signed-off-by: Andreas Färber --- scripts/qemu-binfmt-conf.sh |1 + 1 files changed,