Skip to content

fix: avoid using `realpath`

Baltzell, Nathan requested to merge github/fork/c-dilks/rm-realpath into development

Created by: c-dilks

close #118 (closed)

This uses cd and pwd -P to get the full absolute path, rather than realpath which is not available on older MacOS versions.

Merge request reports