generate_source_tarball.sh: Remove trailing period in echo

Related: RHEL-52723
This commit is contained in:
Thomas Fitzsimmons 2024-01-29 13:11:32 -05:00 committed by Andrew Hughes
parent 5ea0fb3179
commit 379c07bcec
2 changed files with 2 additions and 1 deletions

View File

@ -252,7 +252,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

@ -2538,6 +2538,7 @@ cjc.mainProgram(args)
- Use backward-compatible patch syntax
- generate_source_tarball.sh: Ignore -ga tags with OPENJDK_LATEST
- generate_source_tarball.sh: Fix whitespace
- generate_source_tarball.sh: Remove trailing period in echo
- Related: RHEL-52723
* Sat Aug 03 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.3.0.1-0.1.ea