aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2020-09-17 01:22:57 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2020-09-17 01:24:28 -0700
commit703b834feb6566aa9f11bc195fdfd255b0aa420b (patch)
tree4c6c9ebbb95612de9541875a0e68647ba9c7e1e3
parentMakefile.am: install more tool symlinks (diff)
downloadeselect-java-703b834f.tar.gz
eselect-java-703b834f.tar.bz2
eselect-java-703b834f.zip
src/scripts/run-java-tool.bash.in: clarify tool availability
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
-rw-r--r--src/scripts/run-java-tool.bash.in2
1 files changed, 1 insertions, 1 deletions
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>"