Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use gunzip -c over gzcat in import-tars example.
Not everyone has gzcat or bzcat installed on their system, but gunzip -c and bunzip2 -c perform the same task and are available if the user has installed gzip support or bzip2 support. Signed-off-by: Michael Loeffler <zvpunry@zvpunry.de> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
- Loading branch information