ugexe / zef

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

Fix tar invocations on OpenBSD #521

Closed ugexe closed 11 months ago

ugexe commented 11 months ago

On OpenBSD the tar command does not support long options, nor does it support any form of --help type output. This removes usages of long options in favor of the equivalent short option, and special cases the OpenBSD tar detection logic based on the output of tar (instead of tar --help like other OS). These changes should allow tar to work as expected on OpenBSD.