--- drush_make.project.inc.orig 2009-10-30 11:06:54.521843216 -0500
+++ drush_make.project.inc      2009-10-30 11:07:02.960501900 -0500
@@ -55,7 +55,7 @@ class DrushMakeProject {
         }
         if (file_exists($filename)) {
           drush_make_shell_exec("mv %s %s", $filename, $project_directory);
-          drush_make_shell_exec("patch -p0 -d %s < %s/%", $project_directory, $project_directory, $filename);
+          drush_make_shell_exec("patch -p0 -d %s < %s/%s", $project_directory, $project_directory, $filename);
           drush_log($this->name . ' patched with ' . $filename . '.', 'ok');
         }
         else {
