]> git.pld-linux.org Git - packages/less.git/commitdiff
- do not query password for rar files (impossible to enter it anyway)
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 9 Feb 2005 23:08:12 +0000 (23:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lesspipe.sh -> 1.15

lesspipe.sh

index b7d99801f9bf8bb7b85cf1697a7a09890c52b059..51024a87af6d759d87f67ce7dd3e66fe024c6bf1 100644 (file)
@@ -34,7 +34,7 @@ lesspipe() {
        *.bz2) bzip2 -dc -- "$1" ;;
        *.zip|*.jar) unzip -l "$1" ;;
        *.rpm) rpm -qpivl --changelog -- "$1" ;;
-       *.rar) unrar l -- "$1" ;;
+       *.rar) unrar -p- l -- "$1" ;;
        *.cpi|*.cpio) cpio -itv < "$1" ;;
        # SSL CERTS
        *.csr) openssl req -noout -text -in "$1" ;;
This page took 0.048724 seconds and 4 git commands to generate.