Re: [Qemu-devel] [PATCH] scripts/qemu-binfmt-conf.sh: Fix shell portability issue

2017-05-04 Thread Michael Tokarev
25.04.2017 16:18, Kamil Rytarowski wrote: > Appease pkgsrc and use portable shell variable comparison. > This switches "==" to "=". It should not be a functional change. Applied to -trivial, thanks! /mjt > Signed-off-by: Kamil Rytarowski > --- > scripts/qemu-binfmt-conf.sh | 4 ++-- > 1 file c

Re: [Qemu-devel] [PATCH] scripts/qemu-binfmt-conf.sh: Fix shell portability issue

2017-04-25 Thread Peter Maydell
On 25 April 2017 at 14:18, Kamil Rytarowski wrote: > Appease pkgsrc and use portable shell variable comparison. > This switches "==" to "=". It should not be a functional change. > > Signed-off-by: Kamil Rytarowski > --- Thanks for this patch; it's an easy bug to let slip in if your /bin/sh happ