Skip to content

Commit c0b78be

Browse files
committed
Address ShellCheck warnings
1 parent d90f4e0 commit c0b78be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scripts/add-development-ecj-to-maven-repository.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ latest_published_version=$(curl --fail --silent https://repo1.maven.org/maven2/o
5656

5757
echo "Making ECJ POM derived from the POM for v${latest_published_version}"
5858
curl --fail --silent https://repo1.maven.org/maven2/org/eclipse/jdt/ecj/"${latest_published_version}"/ecj-"${latest_published_version}".pom \
59-
| sed 's@<version>'${latest_published_version}'</version>@<version>'${version}'</version>@g' \
59+
| sed 's@<version>'"${latest_published_version}"'</version>@<version>'"${version}"'</version>@g' \
6060
> "${target_dir}/ecj-${version}.pom"
6161

6262
echo "Downloading ECJ JAR"

0 commit comments

Comments
 (0)