summaryrefslogtreecommitdiff
path: root/pkg/git/fetch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/git/fetch.sh')
-rw-r--r--pkg/git/fetch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/git/fetch.sh b/pkg/git/fetch.sh
index 289daf1f..48edce2c 100644
--- a/pkg/git/fetch.sh
+++ b/pkg/git/fetch.sh
@@ -15,4 +15,4 @@ if ! sha256sum -c sha256 2>/dev/null ; then
fi
read -r checksum archive <sha256
-xzcat "$archive" | pax -r -s ',^\.,src/man,'
+xzcat "$archive" | ${PAXREAD:-pax -r} -s ',^\.,src/man,'