]> git.pld-linux.org Git - packages/less.git/commitdiff
- added lzma
authorwitekfl <witekfl@pld-linux.org>
Sat, 25 Mar 2006 13:37:06 +0000 (13:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lesspipe.sh -> 1.19

lesspipe.sh

index 294d6deb60294757383387eb4de30cb64c2eaaa3..c0ead66ee8dcc2e8439b301e004b2deeccdffbf2 100644 (file)
@@ -32,6 +32,7 @@ lesspipe() {
        *.[Zz]|*.gz) gzip -dc -- "$1" ;;
        *.bz) bzip -dc -- "$1" ;;
        *.bz2) bzip2 -dc -- "$1" ;;
+       *.lzma) lzma d -so -- "$1" ;;
        *.zip|*.jar) 7z l "$1" || unzip -l "$1" ;;
        *.rpm) rpm -qpivl --changelog -- "$1" ;;
        *.rar) unrar -p- l -- "$1" ;;
This page took 0.06719 seconds and 4 git commands to generate.