Gentoo Archives: gentoo-commits

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