From d4f9b6d2ba8f49ddc6cbb57055b56b9eb717782e Mon Sep 17 00:00:00 2001 From: Dan Bornstein Date: Tue, 22 Aug 2023 14:42:36 -0700 Subject: [PATCH] Fix wording. --- scripts/lib/bashy-basics/_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/bashy-basics/_setup.sh b/scripts/lib/bashy-basics/_setup.sh index 4c1bfc7..edb4b41 100644 --- a/scripts/lib/bashy-basics/_setup.sh +++ b/scripts/lib/bashy-basics/_setup.sh @@ -165,7 +165,7 @@ function jpostproc { if (( $# == 0 )) && [[ ${outputStyle} == 'none' ]]; then # No need to run a nop-filter just to not-produce output. That said, # because whatever is feeding into this nop-filter _might_ want to write - # and _might_ get unhappy if it finds its input closed (looking at you + # and _might_ get unhappy if it finds its output closed (looking at you # `jq`), we still `cat` the input and just drop it on the floor. cat >/dev/null return