From d4fcaadc65989f3927771f9e249467e96102dd0d Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Tue, 18 Oct 2022 13:55:24 -0700 Subject: [PATCH] meta: check for a file since git leaves behind empty directories --- build-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-all b/build-all index 79a2147..cac2775 100755 --- a/build-all +++ b/build-all @@ -72,7 +72,7 @@ build_simple() { : \ && build cosmo-yices \ \ `# other stuff` \ - && { [ ! -e cosmo-mini ] || build cosmo-mini ;} \ + && { [ ! -s cosmo-mini/Dockerfile ] || build cosmo-mini ;} \ \ && yes_retrieve cosmo-base /cosmopolitan/bin/ape \ && dbg_retrieve cosmo-kuroko /bin/kuroko.com \