]> git.phdru.name Git - dotfiles.git/commitdiff
mc.menu: fix misspelled program name
authorOleg Broytman <phd@phdru.name>
Mon, 19 Jan 2015 15:40:36 +0000 (18:40 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 19 Jan 2015 15:40:36 +0000 (18:40 +0300)
.mc/menu

index b2725a954cece3556287684897b83c7e97ea08cd..2f605a55660c503320839dbfe3cbcf2801c73334 100644 (file)
--- 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