Releng: HIPP: type fix part 2
diff --git a/releng/build-scripts/build/otdt_runtests-hipp.sh b/releng/build-scripts/build/otdt_runtests-hipp.sh
index 1208228..1852259 100755
--- a/releng/build-scripts/build/otdt_runtests-hipp.sh
+++ b/releng/build-scripts/build/otdt_runtests-hipp.sh
@@ -159,7 +159,7 @@
     -Dtest.tmpDir=${TEST_TMPDIR} \
     -DfetchCacheLocation=${FETCH_CACHE_LOCATION} \
     -Dmap.file.path=${MAP_FILE_PATH} \
-    -D_hasSaxon.jar=true
+    -D_hasSaxon.jar=true"
 
 ANT_OPTS="-Xmx1024m"
 export ANT_OPTS