From e53561fb854e261c2b014a4b152f94b4d31ebc10 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 22 Aug 2023 23:05:06 +0100 Subject: [PATCH] fix(scripts): don't stop watching on error --- bin/watch-changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/watch-changes b/bin/watch-changes index ad8cb2e..26396e2 100755 --- a/bin/watch-changes +++ b/bin/watch-changes @@ -5,7 +5,7 @@ if [[ "$1" == "" || "$2" == "" ]]; then exit 2; fi -set -euo pipefail +set -uo pipefail while true; do inotifywait \