]> git.pld-linux.org Git - packages/less.git/commitdiff
- *.gg for google gadgets auto/th/lesspipe-1_35-1
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 16 Dec 2008 08:44:33 +0000 (08:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lesspipe.sh -> 1.35

lesspipe.sh

index 3582edc2ab98aa2ef3fb6069b0c9d4d0559a2fdf..3d43de00afc593c4ed55a6cf067a24e652b8cc51 100644 (file)
@@ -56,7 +56,7 @@ lesspipe() {
        *.bz) bzip -dc -- "$1" ;;
        *.bz2) bzip2 -dc -- "$1" ;;
        *.lzma) lzma d -so -- "$1" ;;
-       *.zip|*.jar|*.xpi|*.pk3|*.skz) 7z l "$1" || unzip -l "$1" ;;
+       *.zip|*.jar|*.xpi|*.pk3|*.skz|*.gg) 7z l "$1" || unzip -l "$1" ;;
        *.rpm) rpm -qpivl --changelog -- "$1" ;;
        *.rar) unrar -p- l -- "$1" ;;
        *.cpi|*.cpio) cpio -itv < "$1" ;;
This page took 0.090551 seconds and 4 git commands to generate.