generate_source_tarball.sh: Remove trailing period in echo
Related: RHEL-30937
This commit is contained in:
parent
787a47eda9
commit
d02f53d6d3
@ -263,7 +263,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:
|
||||||
|
@ -2948,6 +2948,7 @@ cjc.mainProgram(args)
|
|||||||
- generate_source_tarball.sh: shellcheck: Do not use $ on arithmetic variables (SC2004)
|
- generate_source_tarball.sh: shellcheck: Do not use $ on arithmetic variables (SC2004)
|
||||||
- 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: Remove trailing period in echo
|
||||||
- Related: RHEL-30937
|
- Related: RHEL-30937
|
||||||
|
|
||||||
* Thu Mar 21 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.412.b01-0.2.ea
|
* Thu Mar 21 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.412.b01-0.2.ea
|
||||||
|
Loading…
Reference in New Issue
Block a user