From 457661424027a87b9ea600cfeb218574e95470d4 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Fri, 2 Aug 2019 07:55:14 -0400 Subject: [PATCH] stop returning 1. use pipefail if needed --- log-once | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2