From: Oleg Broytman Date: Mon, 19 Jan 2015 15:40:36 +0000 (+0300) Subject: mc.menu: fix misspelled program name X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=e2ab66e9436fe2c38499b07eafe8543b388cecce mc.menu: fix misspelled program name --- 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