From 79343c854055410a659a06f0d145f60843fcaa9f 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 : \