[svn] r6282: nemerle/trunk/configure

nazgul svnadmin at nemerle.org
Sun May 14 21:57:13 CEST 2006


Log:
Remove debug echo

Author: nazgul
Date: Sun May 14 21:57:11 2006
New Revision: 6282

Modified:
   nemerle/trunk/configure

Modified: nemerle/trunk/configure
==============================================================================
--- nemerle/trunk/configure	(original)
+++ nemerle/trunk/configure	Sun May 14 21:57:11 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"`; echo $np;
+    np=`which nunit-console | sed 's/\(.*\)nunit-conso.*/\1nunit.framework.dll/'`; np=`cygpath -w "$np"`;
     nunit_lib="-r:\"$np\""
   fi
 else



More information about the svn mailing list