From: Chris Koeritz Date: Mon, 1 Jun 2020 21:08:08 +0000 (-0400) Subject: omitted main benefit of hiding errors, argh X-Git-Tag: 2.140.122^2~6 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=5c3ad74b0c7e4e9aca0168172cebb24948f006c4 omitted main benefit of hiding errors, argh added in 2>/dev/null that i thought was already there. --- diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index a490bd40..674fdc95 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -44,7 +44,7 @@ if [ -z "$skip_all" ]; then # there is no which command here. we produce nothing due to this. echo fi - echo $($WHICHER $to_find) + echo $($WHICHER $to_find 2>/dev/null) } # makes a directory of the name specified and then tries to change the