scripts/qemu-binfmt-conf.sh: Fix shell portability issue
commit6f75023ab89708101dabc8f710bd0ed501311c8a
authorKamil Rytarowski <n54@gmx.com>
Tue, 25 Apr 2017 13:18:28 +0000 (25 15:18 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 10 May 2017 07:19:23 +0000 (10 10:19 +0300)
tree29987e66f752866be9d77bbc62033fb71080f00b
parent3baa0a6a658e3a17a79d95440e5c949b2b13bb6e
scripts/qemu-binfmt-conf.sh: Fix shell portability issue

Appease pkgsrc and use portable shell variable comparison.
This switches "==" to "=". It should not be a functional change.

Signed-off-by: Kamil Rytarowski <n54@gmx.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Laurent Vivier <lvivier@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
scripts/qemu-binfmt-conf.sh