From 40a25cc9b3b1f875370db3246e9bd2b08ba0c65e Mon Sep 17 00:00:00 2001 From: mikessh Date: Mon, 2 Apr 2018 11:21:37 +0300 Subject: [PATCH] Update executable --- vdjtools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vdjtools b/vdjtools index 1c91d9c4..9b1546c7 100755 --- a/vdjtools +++ b/vdjtools @@ -116,7 +116,7 @@ jar="" if [[ -z "$otherJar" ]]; then - for j in "$dir/../jar/vdjtools-1.1.7.jar" "$dir/vdjtools-1.1.7.jar" $(ls -d -1 $dir/target/* 2> /dev/null | grep distribution.jar) + for j in "$dir/../jar/vdjtools-1.1.8.jar" "$dir/vdjtools-1.1.8.jar" $(ls -d -1 $dir/target/* 2> /dev/null | grep distribution.jar) do if [[ -e "$j" ]]; then