From 1628a45f7d1e55303a1fe8e65ffa885da827eb33 Mon Sep 17 00:00:00 2001 From: Simon Gellis Date: Sun, 29 Dec 2024 11:50:47 -0500 Subject: [PATCH] Swallow "errors" from heredocs --- scripts/release.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/release.sh b/scripts/release.sh index 1ccd777..225f9a1 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -27,7 +27,7 @@ fi docker build -f build.Dockerfile -t lemur-build . MSYS_NO_PATHCONV=1 docker run -it --rm -v .:/app -w /app --entrypoint bash lemur-build /app/scripts/do-bundle.sh -read -r -d EOF 'body' <