On 1/24/2024 2:00 AM, Damien Thiriet via ntg-context wrote:
Dear Hans,
can you test with
OpenBSD|openbsd) case "$CPU" in i*86) PLATFORM="openbsd" ;; amd64) PLATFORM="openbsd$-amd64" ;; *)
instead?
I tested it, with and without the typo at openbds$-amd64
Having fixed it to
OpenBSD|openbsd) case "$CPU" in i*86) PLATFORM="openbsd" ;; amd64) PLATFORM="openbsd-amd64" ;; *)
I could install the binaries and compile the basic test doc with \input tufte
ok, i'll fix that $ Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------