diff options
Diffstat (limited to 'functions/uz.fish')
| -rw-r--r-- | functions/uz.fish | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/functions/uz.fish b/functions/uz.fish index b23780f..1611157 100644 --- a/functions/uz.fish +++ b/functions/uz.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 fint bsdtar." return 1 end @@ -23,4 +23,3 @@ for archive in $argv end end - |
