Home
last modified time | relevance | path

Searched hist:"4 fc00556ab68fc91c6d0150152f824d262c0be12" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/
H A Dconfigure4fc00556ab68fc91c6d0150152f824d262c0be12 Fri May 02 06:36:39 CDT 2014 Michael Tokarev <mjt@tls.msk.ru> 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>