From e2ab66e9436fe2c38499b07eafe8543b388cecce Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 19 Jan 2015 18:40:36 +0300 Subject: [PATCH] mc.menu: fix misspelled program name --- .mc/menu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.mc/menu b/.mc/menu index b2725a9..2f605a5 100644 --- a/.mc/menu +++ b/.mc/menu @@ -398,7 +398,7 @@ x Extract a compressed file *.7z) P="7zr x";; *.xz) P="xz -d";; *.tar) P="tar xvpf";; - *.zip|*.ZIP) P="uzip";; + *.zip|*.ZIP) P="unzip";; *.rar|*.RAR) P="rar x -y";; esac exec $P %f @@ -413,7 +413,7 @@ X Extract another compressed file *.7z) P="7zr x";; *.xz) P="xz -d";; *.tar) P="tar xvpf";; - *.zip|*.ZIP) P="uzip";; + *.zip|*.ZIP) P="unzip";; *.rar|*.RAR) P="rar x -y";; esac exec $P %D/%F -- 2.39.2