[Guessnet-devel] [svn] r160 - in trunk: . src

Enrico Zini enrico at costa.debian.org
Fri Aug 25 19:19:28 UTC 2006


Author: enrico
Date: Fri Aug 25 19:18:55 2006
New Revision: 160

Modified:
   trunk/   (props changed)
   trunk/src/ProcessRunner.cc
Log:
 r418 at viaza:  enrico | 2006-08-25 20:18:43 +0100
 Fixed stupidness after removing processrunner code


Modified: trunk/src/ProcessRunner.cc
==============================================================================
--- trunk/src/ProcessRunner.cc	(original)
+++ trunk/src/ProcessRunner.cc	Fri Aug 25 19:18:55 2006
@@ -89,7 +89,7 @@
 		// relative paths and see guessnet trying to search exotic locations.
 		//if (!canRun(cmd))
 		//	throw wibble::exception::System("checking if " + cmd + " can be executed");
-		runner.addArg(cmd);
+		runner.addArg(cmdline);
 
 		DEBUG("SCRIPT MAIN Running %.*s\n", PFSTR(cmdline));
 



More information about the Guessnet-devel mailing list