# HG changeset patch # User raptorbot # Date 1266955708 0 # Node ID 9a33b42b14b0391d2909670b33dc5ab775b927dd # Parent 90092eda0f96dd9f251a335e80fe60ff9d8b5d1c SF Bug 2000 - make sure we still work with batch files diff -r 90092eda0f96 -r 9a33b42b14b0 sbsv2/raptor/util/talon/talon.c --- 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 */ diff -r 90092eda0f96 -r 9a33b42b14b0 sbsv2/raptor/win32/bin/talon.exe Binary file sbsv2/raptor/win32/bin/talon.exe has changed