summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/vendor.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/vendor.sh b/include/vendor.sh
index e14974cd..c44de2b1 100644
--- a/include/vendor.sh
+++ b/include/vendor.sh
@@ -296,9 +296,7 @@ extract_archive()
:
elif 7z x "$1" -o"$2"; then
:
- elif unar -f "$1" -o "$2" || unrar -o+ -op"$2" x "$1"; then
- # compatible with unrar-free and unrar-nonfree
-
+ elif unar -f "$1" -o "$2"; then
:
elif unzip "$1" -d "$2"; then
: