From: Chris Koeritz Date: Mon, 1 Jun 2020 21:06:41 +0000 (-0400) Subject: escaped which to avoid hitting aliases X-Git-Tag: 2.140.122^2~7 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=185571317678eb17af4ca8b53542c1e7aed59d02 escaped which to avoid hitting aliases --- diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index 6989449f..a490bd40 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -39,7 +39,7 @@ if [ -z "$skip_all" ]; then function whichable() { to_find="$1"; shift - local WHICHER="$(which which 2>/dev/null)" + local WHICHER="$(\which which 2>/dev/null)" if [ $? -ne 0 ]; then # there is no which command here. we produce nothing due to this. echo