mirror of
https://github.com/alexandrev/xslt-lab.git
synced 2026-09-16 18:23:16 +00:00
9563518fb0
The shell was expanding /opt/saxon/* into space-separated filenames, causing Java to treat each jar as a separate argument and fail with ClassNotFoundException. Single-quoting lets the JVM handle the glob. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>