From eb8c2b56ead472f930ae54026e1face8c1f09214 Mon Sep 17 00:00:00 2001 From: David Kaan Date: Thu, 22 Sep 2022 13:01:53 +0200 Subject: [PATCH] fixed linux jar extension Signed-off-by: David Kaan --- cobolcheck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cobolcheck b/cobolcheck index 74f61ba6..304f8c39 100755 --- a/cobolcheck +++ b/cobolcheck @@ -1,2 +1,2 @@ #!/bin/sh -java -jar bin/cobol-check-@VERSION@.jar1 $@ \ No newline at end of file +java -jar bin/cobol-check-@VERSION@.jar $@ \ No newline at end of file