summaryrefslogtreecommitdiffstats
path: root/find-libdeps.sh
diff options
context:
space:
mode:
Diffstat (limited to 'find-libdeps.sh')
-rwxr-xr-xfind-libdeps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/find-libdeps.sh b/find-libdeps.sh
index ca9d232..4122c2b 100755
--- a/find-libdeps.sh
+++ b/find-libdeps.sh
@@ -29,7 +29,7 @@ else
tmpdir=$(mktemp -d /tmp/find-sodeps.XXXXXXX)
trap "cleanup" EXIT INT TERM
- tar -C $tmpdir -xf "$1"
+ bsdtar -C $tmpdir -xf "$1"
cd $tmpdir
fi