1 Commits
Author SHA1 Message Date
ebb56aefd1 fix(setup): realpath -m ist GNU-only, bricht auf macOS ab (#185)
setup_markllm.sh und setup_markdiffusion.sh prueften nur, ob realpath
existiert. BSD/macOS-realpath kennt -m nicht, das Setup starb mit
'illegal option -- m'. Jetzt dieselbe Feature-Pruefung wie in
setup_ctrlregen.sh und setup_synthid.sh.

Co-authored-by: Guillaume Meyer (The Opinionated Man) <1385518+guillaumemeyer@users.noreply.github.com>
2026-08-19 13:11:45 -07:00