summaryrefslogtreecommitdiffstats
path: root/jvpp/install_from_package.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jvpp/install_from_package.sh')
-rwxr-xr-xjvpp/install_from_package.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jvpp/install_from_package.sh b/jvpp/install_from_package.sh
index 27ab0c8c6..da7cf28a1 100755
--- a/jvpp/install_from_package.sh
+++ b/jvpp/install_from_package.sh
@@ -21,5 +21,5 @@ echo "Target jvpp version: $JVPP_VERSION"
for i in ${JARS}
do
- install_jvpp_jar "$i" "JVPP_VERSION"
+ install_jvpp_jar "$i" "$JVPP_VERSION"
done \ No newline at end of file