summaryrefslogtreecommitdiffstats
path: root/jvpp/install_from_vpp_build_dir.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jvpp/install_from_vpp_build_dir.sh')
-rwxr-xr-xjvpp/install_from_vpp_build_dir.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jvpp/install_from_vpp_build_dir.sh b/jvpp/install_from_vpp_build_dir.sh
index ca115b0f7..23a7ef74a 100755
--- a/jvpp/install_from_vpp_build_dir.sh
+++ b/jvpp/install_from_vpp_build_dir.sh
@@ -22,5 +22,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