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
1 changed files with 1 additions and 1 deletions

View File

@ -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 : \