about summary refs log tree commit diff
path: root/default.bam
diff options
context:
space:
mode:
Diffstat (limited to 'default.bam')
-rw-r--r--default.bam10
1 files changed, 0 insertions, 10 deletions
diff --git a/default.bam b/default.bam
index 7774b141..d76d5cfd 100644
--- a/default.bam
+++ b/default.bam
@@ -26,16 +26,6 @@ function rc(output, input)
 end
 
 function cmd5(output, inputs)
-	print("cmd5 " .. PathFilename(output))
-	cmd = cmd5_tool .. " "
-	for i,v in inputs do
-		cmd = cmd .. v .. " " 
-	end
-	cmd = cmd .. " > " .. output
-	return os.execute(cmd)
-end
-
-function cmd5(output, inputs)
 	cmd = cmd5_tool .. " "
 	for i,v in inputs do
 		cmd = cmd .. v .. " "