]> git.proxmox.com Git - mirror_qemu.git/blobdiff - configure
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-05-07' into staging
[mirror_qemu.git] / configure
index b18f5316064dd147cdaa18d4bd1c738bd5442b57..ac2fa159c6be861d8bfc9d21b2728c41f24e632f 100755 (executable)
--- a/configure
+++ b/configure
@@ -2632,7 +2632,7 @@ done
 if test "$modules" = yes; then
     shacmd_probe="sha1sum sha1 shasum"
     for c in $shacmd_probe; do
-        if which $c &>/dev/null; then
+        if which $c >/dev/null 2>&1; then
             shacmd="$c"
             break
         fi