summaryrefslogtreecommitdiff
path: root/pkg/git
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/git')
-rw-r--r--pkg/git/fetch.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkg/git/fetch.sh b/pkg/git/fetch.sh
index cac21b42..9b17a0d5 100644
--- a/pkg/git/fetch.sh
+++ b/pkg/git/fetch.sh
@@ -1,5 +1,4 @@
: "${SHA256SUM:=sha256sum}"
-: "${PAXREAD:=pax -r}"
set -e
@@ -18,4 +17,4 @@ if ! $SHA256SUM -c sha256 2>/dev/null ; then
fi
read -r _ archive <sha256
-gzip -d -c "$archive" | $PAXREAD -s ',^\.,src/man,'
+sh "$OLDPWD/scripts/extract.sh" "$archive" -s ',^\.,src/man,'