Skip to content

Commit

Permalink
Fix wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
danfuzz committed Aug 22, 2023
1 parent b2fc905 commit d4f9b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lib/bashy-basics/_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4f9b6d

Please sign in to comment.