generate_source_tarball.sh: Remove trailing period in echo
Related: RHEL-52723
This commit is contained in:
parent
5ea0fb3179
commit
379c07bcec
@ -252,7 +252,7 @@ if [ "$WITH_TEMP" != "" ] ; then
|
|||||||
popd
|
popd
|
||||||
else
|
else
|
||||||
echo -n "Done. You may want to remove the uncompressed version"
|
echo -n "Done. You may want to remove the uncompressed version"
|
||||||
echo " - $FILE_NAME_ROOT."
|
echo " - $FILE_NAME_ROOT"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Local Variables:
|
# Local Variables:
|
||||||
|
@ -2538,6 +2538,7 @@ cjc.mainProgram(args)
|
|||||||
- Use backward-compatible patch syntax
|
- Use backward-compatible patch syntax
|
||||||
- generate_source_tarball.sh: Ignore -ga tags with OPENJDK_LATEST
|
- generate_source_tarball.sh: Ignore -ga tags with OPENJDK_LATEST
|
||||||
- generate_source_tarball.sh: Fix whitespace
|
- generate_source_tarball.sh: Fix whitespace
|
||||||
|
- generate_source_tarball.sh: Remove trailing period in echo
|
||||||
- Related: RHEL-52723
|
- Related: RHEL-52723
|
||||||
|
|
||||||
* Sat Aug 03 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.3.0.1-0.1.ea
|
* Sat Aug 03 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.3.0.1-0.1.ea
|
||||||
|
Loading…
Reference in New Issue
Block a user