generate_source_tarball.sh: Remove trailing period in echo

Related: RHEL-30946
This commit is contained in:
Thomas Fitzsimmons 2024-01-29 13:11:32 -05:00 committed by Andrew Hughes
parent c30782ba7c
commit 3e53a21aff
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

@ -2528,6 +2528,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-30946
* Sun Apr 14 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.3.0.1-0.2.ea