From 403ee364d13ddc9e4dbd199fe6bc41b85770e370 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 12 Jul 2016 00:49:07 +0300 Subject: [PATCH] .mc/menu: fix lists of extensions for un-tarring --- .mc/menu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.mc/menu b/.mc/menu index 04a82d0..e2a3869 100644 --- a/.mc/menu +++ b/.mc/menu @@ -358,7 +358,7 @@ N Create a directory for the other archive esac exec mkdir "$D" -+ f \.(tar\.(z|Z|bz2|gz|lz|lzma|7z))|(tbz2|tgz|tz|zip|ZIP|rar|RAR|xz)$ & t r ++ f \.(tar\.(z|Z|bz2|gz|lz|lzma|7z|xz))|(tbz2|tgz|tz)$ & t r x Extract the contents of a compressed tar file unset PRG case %f in @@ -386,7 +386,7 @@ x Extract the contents of a compressed tar file esac $PRG %f | tar xvpf - -+ F \.(tar\.(z|Z|bz2|gz|lz|lzma|7z))|(tbz2|tgz|tz|zip|ZIP|rar|RAR|xz)$ & T r ++ F \.(tar\.(z|Z|bz2|gz|lz|lzma|7z|xz))|(tbz2|tgz|tz)$ & T r X Extract the contents of an other compressed tar file unset PRG case %F in -- 2.39.2