From 9fa26e05691d6c7f85fb737838b791d32d67aa5e Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sun, 4 Oct 2020 10:53:02 -0700 Subject: [PATCH] Fix tragic SIGPIPE from sed --- scripts/docker-install-phase4.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/docker-install-phase4.bash b/scripts/docker-install-phase4.bash index f3f083b..5b45cd7 100755 --- a/scripts/docker-install-phase4.bash +++ b/scripts/docker-install-phase4.bash @@ -298,8 +298,8 @@ unzip rls-linux.zip mv rls-linux/reason-language-server /usr/local/bin/ rm rls-linux.zip -# Rebol -file="$(curl -sSL http://www.rebol.com/downloads.html | sed '0,/x86-64/d' | head -n10 | grep -Eo 'downloads/[^"]+')" +# REBOL +file="$(curl -sSL http://www.rebol.com/downloads.html | sed '0,/x86-64/d' | grep -Eo 'downloads/[^"]+' | head -n1)" wget -nv "http://www.rebol.com/${file}" tar -xf rebol-core-*.tar.gz mv rebol-core/rebol /usr/local/bin/