From 5653fb14e48ff347f730902cb2cce551c6a40e11 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Fri, 19 May 2023 20:52:51 -0700 Subject: [PATCH] fix `.com`-finding command --- cosmo-dist/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cosmo-dist/Dockerfile b/cosmo-dist/Dockerfile index 4119af2..52a79e1 100644 --- a/cosmo-dist/Dockerfile +++ b/cosmo-dist/Dockerfile @@ -35,7 +35,7 @@ RUN --mount=type=tmpfs,target=/tmp : \ && dedupe dist /distrib/dist/ "$flavor/cosmopolitan.h" \ && mkdir /tmp/bin \ # discover .com files by uncommenting this command: \ -#&& find o -name '*.com' ! -type d -exec printf '%s\n' cp -t /tmp/bin {} + | sort && exit 1 \ +#&& find o -name '*.com' ! -type d -exec printf 'cp -t /tmp/bin %s\n' {} + | sort && exit 1 \ && ./expand cp -t /tmp/bin \ t//make/make.com t//unzip/unzip.com t//zip/zip.com \ b//ar.com b//cocmd.com b//compile.com \