Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stock osx comes with old bsd utils so /usr/bin/tar doesn't accept the --concatenate option. luckily though stock osx comes with /usr/bin/gnutar which is pretty much the same version as the gnu/linux tar which accepts the --concatenate option. if we're on osx (ie uname => Darwin) use gnutar rather than tar.
- Loading branch information