]> git.proxmox.com Git - mirror_qemu.git/commit
configure: remove bashism
authorMichael Tokarev <mjt@tls.msk.ru>
Fri, 2 May 2014 11:36:39 +0000 (15:36 +0400)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 7 May 2014 17:00:43 +0000 (21:00 +0400)
commit4fc00556ab68fc91c6d0150152f824d262c0be12
tree700341c018eb02bb9bb531cf47788793d4cf03e5
parent8d1dc5d188b84a2b2aeb9bd39fddb3d2c67be60c
configure: remove bashism

Commit e26110cfc67d48 added a check for shacmd to create a hash
for modules.  This check in configure is using bash construct &>
to redirect both stdout and stderr, which does fun things on some
shells.  Get rid of it, use standard redirection instead.

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Fam Zheng <famz@redhat.com>
configure