diff options
Diffstat (limited to 'jvpp/common.sh')
-rwxr-xr-x | jvpp/common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jvpp/common.sh b/jvpp/common.sh index e71f867fc..40546acfc 100755 --- a/jvpp/common.sh +++ b/jvpp/common.sh @@ -9,7 +9,7 @@ function install_jvpp_jar { jarfile=$1 version=$2 - # Filename (includes version suffix), e.g. jvpp-core-19.01 + # Filename (includes version suffix), e.g. jvpp-core-19.04 basefile=$(basename -s .jar "$jarfile") # Remove version suffix |