changeset 14494:0ecfc730dda3

10l useless use of test
author attila
date Fri, 14 Jan 2005 09:55:36 +0000
parents 3cd0d9d3641e
children bfe061a6ae4c
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Fri Jan 14 00:36:05 2005 +0000
+++ b/configure	Fri Jan 14 09:55:36 2005 +0000
@@ -6197,7 +6197,7 @@
 } 
 EOF
   if cc_check ; then 
-    if test `strings $TMPO | grep -l MPlayerBigEndian` ; then 
+    if strings $TMPO | grep -l MPlayerBigEndian >/dev/null ; then 
       _big_endian=yes
     else
       _big_endian=no