fix find
authorPeter Amstutz <peter.amstutz@curoverse.com>
Tue, 1 Jul 2014 20:29:59 +0000 (16:29 -0400)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Tue, 1 Jul 2014 20:29:59 +0000 (16:29 -0400)
crunch_scripts/run-command

index 3fcbe2a2c3dfb01a4c2ca1f40a59e70a60c5278c..9d4f3618931329e8897d9cfd8c122a351d039618 100755 (executable)
@@ -65,7 +65,7 @@ finally:
 
     print("run-command output:")
 
-    subprocess.call(["find", ".", "-type", "f", "-printf", "run-command %12.12s %h/%f\\\n"])
+    subprocess.call(["find", ".", "-type", "f", "-printf", "run-command %12.12s %h/%f\\n"])
 
     print("run-command writing to keep")