SF Bug 2000 - make sure we still work with batch files fix
authorraptorbot <raptorbot@systemstesthead.symbian.intra>
Tue, 23 Feb 2010 20:08:28 +0000
branchfix
changeset 255 9a33b42b14b0
parent 254 90092eda0f96
child 256 ac7e607c7d30
SF Bug 2000 - make sure we still work with batch files
sbsv2/raptor/util/talon/talon.c
sbsv2/raptor/win32/bin/talon.exe
--- a/sbsv2/raptor/util/talon/talon.c	Tue Feb 23 19:19:12 2010 +0000
+++ b/sbsv2/raptor/util/talon/talon.c	Tue Feb 23 20:08:28 2010 +0000
@@ -246,11 +246,6 @@
 
 	
 	recipe = chompCommand(commandline);
-	if (recipe == NULL)
-	{
-		error("talon: error: unable to locate argument start in '%s'\n", commandline);
-		return 1;
-	}
 	if (recipe)
 	{
 		/* there was a -c so extract the quoted commands */
Binary file sbsv2/raptor/win32/bin/talon.exe has changed