about summary refs log tree commit diff
path: root/default.bam
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-04-27 05:56:56 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-04-27 05:56:56 +0000
commita7cb36877cb1d2c79dfbff1e373e9dd7d4a4913d (patch)
tree787087da5ef3743e53c715f67439011f527205d7 /default.bam
parent3e14fc3b2cc59d1937c0f7e8cebb452436f6afa0 (diff)
downloadzcatch-a7cb36877cb1d2c79dfbff1e373e9dd7d4a4913d.tar.gz
zcatch-a7cb36877cb1d2c79dfbff1e373e9dd7d4a4913d.zip
commited the small thing that I had before I reinstall my machine
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 .. " "