Skip to content

hadrian: Don't rely on realpath in bindist Makefile

Ben Gamari requested to merge wip/T19963 into master

As noted in #19963 (closed), realpath is not specified by POSIX and therefore cannot be assumed to be available. Here we provide a POSIX shell implementation of realpath, due to Julian Ospald and others.

Closes #19963 (closed).

Merge request reports