Forked from
Glasgow Haskell Compiler / GHC
7436 commits behind, 164 commits ahead of the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
relpath.sh 1.53 KiB
As noted in #19963, `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.
As noted in #19963, `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.