From 9ac6760810c3354fa6f709b6c1379afa61c63775 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20R=C3=BCger?= Date: Thu, 10 Nov 2016 14:42:59 +0100 Subject: [PATCH] Replace which with command -v diff --git a/src/scripts/run-java-tool.bash.in b/src/scripts/run-java-tool.bash.in index 2587fee..a159cd4 100644 --- a/src/scripts/run-java-tool.bash.in +++ b/src/scripts/run-java-tool.bash.in @@ -26,7 +26,7 @@ toolpath=$( export PATH= . "@GENTOO_PORTAGE_EPREFIX@/usr/share/java-config-2/vm/${vm_handle}" 2> /dev/null : ${PATH:=${vmpath}/bin:${vmpath}/jre/bin} - "@GENTOO_PORTAGE_EPREFIX@/usr/bin/which" "${tool}" 2> /dev/null + "command -v" "${tool}" 2> /dev/null ) if [ -x "${toolpath}" ]; then -- 2.7.3