aboutsummaryrefslogtreecommitdiff
path: root/functions/7za.fish
diff options
context:
space:
mode:
Diffstat (limited to 'functions/7za.fish')
-rw-r--r--functions/7za.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/7za.fish b/functions/7za.fish
index f7c5d76..8a5dbac 100644
--- a/functions/7za.fish
+++ b/functions/7za.fish
@@ -5,7 +5,7 @@ if test (count $argv) -lt 1
return 1
end
-if not command -sq bsdtar
+if not check_install 'bsdtar' 'libarchive'
echo "Can't find bsdtar."
return 1
end