From 1a54c2e6fc520bad5eab006d74b00b3ddece4f3f Mon Sep 17 00:00:00 2001 From: Simon Gellis Date: Sun, 29 Dec 2024 13:04:50 -0500 Subject: [PATCH] Replace read calls with cat so it stops erroring --- scripts/release.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/release.sh b/scripts/release.sh index 225f9a1..7e87b20 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' <