Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xreleng/build-scripts/bin/createRepository-hipp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/build-scripts/bin/createRepository-hipp.sh b/releng/build-scripts/bin/createRepository-hipp.sh
index f179641f5..0e1e06cb5 100755
--- a/releng/build-scripts/bin/createRepository-hipp.sh
+++ b/releng/build-scripts/bin/createRepository-hipp.sh
@@ -115,7 +115,7 @@ done
echo "====Step 1: request signing and zip===="
cd ${CONDITIONED}
-JARS=`find . -type f -name \*.jar
+JARS=`find . -type f -name \*.jar`
OTDTJAR=${BASE}/testrun/otdt.jar
if [ "${SIGN}" == "nosign" ]
then

Back to the top