]> git.phdru.name Git - dotfiles.git/blobdiff - .mc/menu
mc.menu: fix misspelled program name
[dotfiles.git] / .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