From 4a8562edc427e552a1df5457f4507672373158c2 Mon Sep 17 00:00:00 2001 From: dylodylo Date: Fri, 10 Apr 2020 17:51:35 +0200 Subject: [PATCH] update Jenkinsfile --- count.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/count.sh b/count.sh index 0b1d980..88a44e5 100644 --- a/count.sh +++ b/count.sh @@ -13,5 +13,5 @@ COUNT_DIFF=$(diff hypothesis.trn reference.trn | grep "^>" | wc -l) echo $COUNT_DIFF let RESULT=$COUNT_DIFF/$COUNT -echo $("$COUNT_DIFF/$COUNT" | bc -l) >> srr.txt +echo $(echo"$COUNT_DIFF/$COUNT" | bc -l) >> srr.txt echo "$(tail -50 "srr.txt")" > srr.txt