From: Ian Kelling Date: Fri, 2 Aug 2019 11:55:14 +0000 (-0400) Subject: stop returning 1. use pipefail if needed X-Git-Url: https://iankelling.org/git/?p=log-quiet;a=commitdiff_plain;h=457661424027a87b9ea600cfeb218574e95470d4 stop returning 1. use pipefail if needed --- diff --git a/log-once b/log-once index 9b5da38..179dacf 100755 --- a/log-once +++ b/log-once @@ -88,7 +88,7 @@ state in the same directory. $out $file <<<"${output[@]}" $out $file fi - return 1 + return 0 fi if [[ $file ]]; then rm -f $file