X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fdeploy-maven-file.sh;h=e5bf050025fa408472954fca8fae6905a38945c5;hb=b9eb4581940562effcf67863704a3ec2c47ceca0;hp=a0b1f5e56f9e9fbeef48e2f5a018c65d79e8f28d;hpb=421dcd4712d770f4bd7765a6aae99eb52f2fa5cf;p=releng%2Fglobal-jjb.git diff --git a/shell/deploy-maven-file.sh b/shell/deploy-maven-file.sh index a0b1f5e5..e5bf0500 100644 --- a/shell/deploy-maven-file.sh +++ b/shell/deploy-maven-file.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash -l # SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2017 The Linux Foundation and others. @@ -48,4 +48,4 @@ do -g "$GROUP_ID" \ -p "$MAVEN_OPTIONS $MAVEN_PARAMS" \ |& tee "$DEPLOY_LOG" -done < <(find "$UPLOAD_FILES_PATH" -type f -name "*") +done < <(find "$UPLOAD_FILES_PATH" -xtype f -name "*")