]> git.pld-linux.org Git - packages/less.git/commitdiff
- recognize *.CAB (uppercase) auto/ac/lesspipe-1_0-5 auto/th/lesspipe-1_0-5
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 7 Aug 2008 10:40:48 +0000 (10:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lesspipe.sh -> 1.30

lesspipe.sh

index 83d9c8ef691971fab13fe7b57e341671f5db485d..092a628b765e91d9fa011a165db764f279d3f838 100644 (file)
@@ -58,7 +58,7 @@ lesspipe() {
        *.rpm) rpm -qpivl --changelog -- "$1" ;;
        *.rar) unrar -p- l -- "$1" ;;
        *.cpi|*.cpio) cpio -itv < "$1" ;;
-       *.cab) cabextract -l -- "$1" ;;
+       *.cab|*.CAB) cabextract -l -- "$1" ;;
        *.deb) dpkg -c "$1" ;;
        # .war could be Zip (limewire) or tar.gz file (konqueror web archives)
        *.war) 7z l "$1" || unzip -l "$1" || tar tzvvf "$1" ;;
This page took 0.110544 seconds and 4 git commands to generate.