This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-classloaders.git


The following commit(s) were added to refs/heads/main by this push:
     new 17c1e6a  Fix shellcheck
17c1e6a is described below

commit 17c1e6a54624d54d82eb97319ed6cb73c0fa4570
Author: Christopher Tubbs <[email protected]>
AuthorDate: Tue Mar 24 18:20:42 2026 -0400

    Fix shellcheck
---
 src/build/create-release-candidate.sh | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/build/create-release-candidate.sh 
b/src/build/create-release-candidate.sh
index 05d8b03..79fcfb7 100755
--- a/src/build/create-release-candidate.sh
+++ b/src/build/create-release-candidate.sh
@@ -23,8 +23,10 @@ scriptname=$(basename "$0")
 projectroot="$(git rev-parse --show-toplevel)" || exit 1
 cd "$projectroot" || exit 1
 export tlpName=accumulo
-export projName="$(xmllint --shell pom.xml <<<'xpath 
/*[local-name()="project"]/*[local-name()="artifactId"]/text()' | grep content= 
| cut -f2 -d=)"
-export projNameLong="$(xmllint --shell pom.xml <<<'xpath 
/*[local-name()="project"]/*[local-name()="name"]/text()' | grep content= | cut 
-f2 -d=)"
+projName="$(xmllint --shell pom.xml <<<'xpath 
/*[local-name()="project"]/*[local-name()="artifactId"]/text()' | grep content= 
| cut -f2 -d=)"
+export projName
+projNameLong="$(xmllint --shell pom.xml <<<'xpath 
/*[local-name()="project"]/*[local-name()="name"]/text()' | grep content= | cut 
-f2 -d=)"
+export projNameLong
 export 
stagingRepoPrefix="https://repository.apache.org/content/repositories/orgapache$tlpName";
 export srcQualifier="source-release"
 export 
relTestingUrl="https://$tlpName.apache.org/contributor/verifying-release";

Reply via email to