]> git.pld-linux.org Git - packages/less.git/commitdiff
- silly typo auto/ac/lesspipe-1_0-4 auto/th/lesspipe-1_0-4 auto/ti/lesspipe-1_0-4
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 21 Jan 2008 16:25:09 +0000 (16:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lesspipe.sh -> 1.29

lesspipe.sh

index ab832fbb015e6678846f78e8ef3de7986d592c49..83d9c8ef691971fab13fe7b57e341671f5db485d 100644 (file)
@@ -54,7 +54,7 @@ lesspipe() {
        *.bz) bzip -dc -- "$1" ;;
        *.bz2) bzip2 -dc -- "$1" ;;
        *.lzma) lzma d -so -- "$1" ;;
-       *.zip|*.jar|*.xpi|*.pk3) 7z l "$1" || unzip -l "$1" ;;|
+       *.zip|*.jar|*.xpi|*.pk3) 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.147281 seconds and 4 git commands to generate.