generate_source_tarball.sh: Remove trailing period in echo
Related: RHEL-30946
This commit is contained in:
parent
c30782ba7c
commit
3e53a21aff
@ -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:
|
||||||
|
@ -2528,6 +2528,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-30946
|
- Related: RHEL-30946
|
||||||
|
|
||||||
* Sun Apr 14 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.3.0.1-0.2.ea
|
* Sun Apr 14 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.3.0.1-0.2.ea
|
||||||
|
Loading…
Reference in New Issue
Block a user