From b24417ea562c40886c4732f1234274a9d9641f00 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 8 Jan 2015 23:23:29 -0800 Subject: [PATCH] fix grep filter for clonedigger. --- clonedigger.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clonedigger.sh b/clonedigger.sh index 1c80b8d..96dc493 100755 --- a/clonedigger.sh +++ b/clonedigger.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash clonedigger pylast -grep -E "Clones detected\|lines are duplicates" output.html +grep -E "Clones detected|lines are duplicates" output.html exit 0