all: work around shed not detecting a match

This commit is contained in:
Connor Olding 2022-10-22 18:00:08 -07:00
parent 16ce669c8e
commit b2f2f13943

View File

@ -18,7 +18,7 @@ RUN : \
COSMO "$PWD" \ COSMO "$PWD" \
COSMO_DIST "$PWD/dist/$COSMO_FLAVOR" \ 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 : \ RUN --mount=type=tmpfs,target=/tmp : \