Skip to content

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.md is 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 to ls which is slow but works. See isExecutable. Added 2024-01.
  • __help -> helpArgument and now in main documentation
  • Moved SEE documentation cache to bin/build/documentation/SEE
  • Documentation --md-cache obsolete, uses __documentationPath function