commit: 703b834feb6566aa9f11bc195fdfd255b0aa420b
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 17 08:22:57 2020 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Sep 17 08:24:28 2020 +0000
URL: https://gitweb.gentoo.org/proj/eselect-java.git/commit/?id=703b834f
src/scripts/run-java-tool.bash.in: clarify tool availability
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
src/scripts/run-java-tool.bash.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/scripts/run-java-tool.bash.in
b/src/scripts/run-java-tool.bash.in
index 9c57fe8..0494b6c 100644
--- a/src/scripts/run-java-tool.bash.in
+++ b/src/scripts/run-java-tool.bash.in
@@ -48,7 +48,7 @@ else
echo "* run-java-tool should only be used via symlinks
to it" >&2
else
echo "* ${tool} is not available for ${vm_handle} on
$(uname -m)" >&2
- echo "* IMPORTANT: some Java tools are not available on
some VMs on some architectures" >&2
+ echo "* IMPORTANT: some Java tools are not available on
some VMs or some architectures" >&2
if [ "$(id -u)" != 0 ] && [ -n "${DISPLAY}" ] &&
command -v notify-send > /dev/null; then
notify-send -i java-icon48 "Gentoo Java
Launcher" "<b>${tool}</b> is not available for ${vm_handle}
<a href=\"https://wiki.gentoo.org/wiki/Java\">Gentoo Java User Guide</a>"