Releng: HIPP script syntax fix
diff --git a/releng/build-scripts/build/otdt_runtests-hipp.sh b/releng/build-scripts/build/otdt_runtests-hipp.sh
index e94c8e3..1b505ad 100755
--- a/releng/build-scripts/build/otdt_runtests-hipp.sh
+++ b/releng/build-scripts/build/otdt_runtests-hipp.sh
@@ -150,7 +150,7 @@
     -Ddo.run.tests=${DO_RUN} \
     -Ddo.build.all=${DO_BUILD} \
     -Dtest.tmpDir=${TEST_TMPDIR} \
-    -DfetchCacheLocation=${FETCH_CACHE_LOCATION}
+    -DfetchCacheLocation=${FETCH_CACHE_LOCATION} \
     -Dmap.file.path=${MAP_FILE_PATH}"
 
 ANT_OPTS="-Xmx1024m"
diff --git a/releng/build-scripts/build/otdt_runtests.sh b/releng/build-scripts/build/otdt_runtests.sh
index f1471f8..18d666b 100755
--- a/releng/build-scripts/build/otdt_runtests.sh
+++ b/releng/build-scripts/build/otdt_runtests.sh
@@ -156,7 +156,7 @@
     -Ddo.run.tests=${DO_RUN} \
     -Ddo.build.all=${DO_BUILD} \
     -Dtest.tmpDir=${TEST_TMPDIR} \
-    -DfetchCacheLocation=${FETCH_CACHE_LOCATION}
+    -DfetchCacheLocation=${FETCH_CACHE_LOCATION} \
     -Dmap.file.path=${MAP_FILE_PATH}"
 
 ANT_OPTS="-Xmx1024m"