generate_source_tarball.sh: Remove trailing period in echo

- Related: RHEL-27133
This commit is contained in:
Jiri Vanek 2024-02-01 16:57:07 -05:00 committed by Andrew Hughes
parent eab152743f
commit d64bde150f
2 changed files with 2 additions and 1 deletions

View File

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

@ -2495,6 +2495,7 @@ require "copy_jdk_configs.lua"
- generate_source_tarball.sh: Get -ea suffix from version-numbers.conf
- generate_source_tarball.sh: Use git archive to generate tarball
- generate_source_tarball.sh: Update version in comment
- generate_source_tarball.sh: Remove trailing period in echo
- Related: RHEL-27133
* Thu Jan 11 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.10.0.7-2