generate_source_tarball.sh: Remove trailing period in echo

Related: RHEL-30937
This commit is contained in:
Andrew Hughes 2024-04-02 18:14:06 +01:00
parent 787a47eda9
commit d02f53d6d3
2 changed files with 2 additions and 1 deletions

View File

@ -263,7 +263,7 @@ if [ "$WITH_TEMP" != "" ] ; then
popd
else
echo -n "Done. You may want to remove the uncompressed version"
echo " - $FILE_NAME_ROOT."
echo " - $FILE_NAME_ROOT"
fi
# Local Variables:

View File

@ -2948,6 +2948,7 @@ cjc.mainProgram(args)
- generate_source_tarball.sh: shellcheck: Do not use $ on arithmetic variables (SC2004)
- Use backward-compatible patch syntax
- generate_source_tarball.sh: Ignore -ga tags with OPENJDK_LATEST
- generate_source_tarball.sh: Remove trailing period in echo
- Related: RHEL-30937
* Thu Mar 21 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.412.b01-0.2.ea