From b2f2f13943e3675bbdd6960b9a3b7b0e4942aac2 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Sat, 22 Oct 2022 18:00:08 -0700 Subject: [PATCH] all: work around shed not detecting a match --- cosmo-all/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cosmo-all/Dockerfile b/cosmo-all/Dockerfile index 665f034..51fc1ad 100644 --- a/cosmo-all/Dockerfile +++ b/cosmo-all/Dockerfile @@ -18,7 +18,7 @@ RUN : \ COSMO "$PWD" \ COSMO_DIST "$PWD/dist/$COSMO_FLAVOR" \ \ - && shed expand "s_o='o/[^']*'_o='o/$mode'_g" \ + && shed expand "s_o='o/[^']*'_o='o/$mode' _g" \ ; RUN --mount=type=tmpfs,target=/tmp : \