From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4906F138359 for ; Thu, 17 Sep 2020 08:26:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54EE0E0843; Thu, 17 Sep 2020 08:26:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0CEB3E0843 for ; Thu, 17 Sep 2020 08:26:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 39FEE335C7D for ; Thu, 17 Sep 2020 08:26:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B742E32C for ; Thu, 17 Sep 2020 08:26:20 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1600331068.703b834feb6566aa9f11bc195fdfd255b0aa420b.gyakovlev@gentoo> Subject: [gentoo-commits] proj/eselect-java:master commit in: src/scripts/ X-VCS-Repository: proj/eselect-java X-VCS-Files: src/scripts/run-java-tool.bash.in X-VCS-Directories: src/scripts/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 703b834feb6566aa9f11bc195fdfd255b0aa420b X-VCS-Branch: master Date: Thu, 17 Sep 2020 08:26:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9e450f7a-0c7e-4114-8eeb-bbee0a1c3b9d X-Archives-Hash: f77e0e5474cc9ed86eb9fefec5d5c415 commit: 703b834feb6566aa9f11bc195fdfd255b0aa420b Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Sep 17 08:22:57 2020 +0000 Commit: Georgy Yakovlev gentoo 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 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" "${tool} is not available for ${vm_handle} Gentoo Java User Guide"