Zesk Build release v0.42.3
Copyright © 2026 Market Acumen, Inc.
- Previous version: v0.42.2
- This issue has now been fixed; however, Docker did not update any of these
issues On Mac OS X the Docker environment thinks non-executable files are executable:
- notably
bin/build/README.mdis considered[ -x $file ]when you are inside the container when the directory is mapped from the operating system. If it's a non-mapped directory, it works fine. Seems to be a bug in how permissions are translated, I assume. Workaround falls back tolswhich is slow but works. SeeisExecutable. Added 2024-01.
- notably
__help->helpArgumentand now in main documentation- Moved
SEEdocumentation cache tobin/build/documentation/SEE - Documentation
--md-cacheobsolete, uses__documentationPathfunction