From bcff555f9786f24ded842f1cf45e162f1a744c32 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Tue, 1 Jul 2014 16:29:59 -0400 Subject: [PATCH] fix find --- crunch_scripts/run-command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crunch_scripts/run-command b/crunch_scripts/run-command index 3fcbe2a2c3..9d4f361893 100755 --- a/crunch_scripts/run-command +++ b/crunch_scripts/run-command @@ -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") -- 2.30.2