mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
We were using gnutar to avoid the extended header keywords that bsdtar add to the archive (for non-ASCII file names) as those will cause older versions of gnutar (like the one included with 10.8 and earlier) to give warnings/errors when extracting the archive. Issue #1180