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 cb5c658cf..99c4397f9 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-18.04 + # Filename (includes version suffix), e.g. jvpp-core-18.07 basefile=$(basename -s .jar "$jarfile") # Remove version suffix |