ugexe / zef

Raku Module Management
Artistic License 2.0
206 stars 44 forks source link

Normalize config path template variables #555

Closed ugexe closed 3 months ago

ugexe commented 4 months ago

On macOS $*TMPDIR has a trailing / by default whereas on other OS it does not. This lead to zef output that would result in displaying paths with duplicated / like /tmp//foo/bar. This instead uses the absolute paths of those same objects which removes the unneeded trailing /