[svn] r6294: nemerle/trunk/configure

nazgul svnadmin at nemerle.org
Mon May 15 22:35:17 CEST 2006


Log:
Hide errors in configure tries

Author: nazgul
Date: Mon May 15 22:35:04 2006
New Revision: 6294

Modified:
   nemerle/trunk/configure

Modified: nemerle/trunk/configure
==============================================================================
--- nemerle/trunk/configure	(original)
+++ nemerle/trunk/configure	Mon May 15 22:35:04 2006
@@ -761,7 +761,7 @@
   if pkgconfig --exists mono-nunit 2>/dev/null; then
     nunit_lib="-pkg:mono-nunit.pc"
   else
-    np=`which nunit-console | sed 's/\(.*\)nunit-conso.*/\1nunit.framework.dll/'`; np=`cygpath -w "$np"`;
+    np=`which nunit-console 2>/dev/null | sed 's/\(.*\)nunit-conso.*/\1nunit.framework.dll/'`; np=`cygpath -w "$np" 2>/dev/null`;
     nunit_lib="-r:\"$np\""
   fi
 else



More information about the svn mailing list