summaryrefslogtreecommitdiff
path: root/scripts/fetch-curl.sh
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2025-04-28 14:27:49 -0700
committerMichael Forney <mforney@mforney.org>2025-04-28 14:27:49 -0700
commitea3cbbd89c92c107b719e121e2675d22a75585f7 (patch)
tree9f0efbe533f704ce19c96c01ffc416a9d8e96218 /scripts/fetch-curl.sh
parent95cf1ad5e0a86b62260f6a5eb24cc9cf33d92d0a (diff)
Use our own pax for extracting archives
This reduces dependencies and variability in pax implementations.
Diffstat (limited to 'scripts/fetch-curl.sh')
-rw-r--r--scripts/fetch-curl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fetch-curl.sh b/scripts/fetch-curl.sh
index 16cb88d7..0ff3d9a1 100644
--- a/scripts/fetch-curl.sh
+++ b/scripts/fetch-curl.sh
@@ -20,7 +20,7 @@ if ! sh "$OLDPWD/scripts/checksum.sh" -c sha256 2>/dev/null ; then
fi
while read -r _ archive ; do
- sh "$OLDPWD/scripts/extract.sh" "$archive" -s ',^[^/]*,src,' '*/*'
+ sh "$OLDPWD/scripts/extract.sh" "$archive" -s ',^[^/]*,src,'
done <sha256
if [ -d patch ] ; then