metatypedev / ghjk

ghjk is a programmable runtime manager and an attempt at a successor for asdf.
Mozilla Public License 2.0
4 stars 0 forks source link

Consider tightening `tar` ambient port to `bsdtar` #23

Open Yohe-Am opened 6 months ago

Yohe-Am commented 6 months ago

...or alternatively, providing a ghjk native port for it. Bsdtar (the libarchive version) supports multiple compression formats out of the box and we can rely on it to have the same flags across platforms. The fact it exposes an executable named bsdtar rather than tar means the ambient port won't mistake it for whatever else.

zifeo commented 6 months ago

👍