fix .com-finding command

This commit is contained in:
Connor Olding 2023-05-19 20:52:51 -07:00
parent edd88ab5e3
commit 5653fb14e4

View File

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