diff options
author | Martin Väth <martin@mvath.de> | 2016-10-26 20:05:33 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2016-10-26 20:05:33 +0200 |
commit | 3c6ba6b840619f4a42b68642e00ef0e1d4df2c89 (patch) | |
tree | 0bd92a75d139d44c08a9951d0f63e10a53b700cc /sys-apps/less/files/lesspipe.sh | |
parent | app-shells/quoter: Version bump (diff) | |
download | mv-3c6ba6b840619f4a42b68642e00ef0e1d4df2c89.tar.gz mv-3c6ba6b840619f4a42b68642e00ef0e1d4df2c89.tar.bz2 mv-3c6ba6b840619f4a42b68642e00ef0e1d4df2c89.zip |
sys-apps/less: Version bump
Diffstat (limited to 'sys-apps/less/files/lesspipe.sh')
-rw-r--r-- | sys-apps/less/files/lesspipe.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/less/files/lesspipe.sh b/sys-apps/less/files/lesspipe.sh index 3703a905..abd93490 100644 --- a/sys-apps/less/files/lesspipe.sh +++ b/sys-apps/less/files/lesspipe.sh @@ -162,7 +162,7 @@ lesspipe() { ### Media ### *.bmp|*.gif|*.jpeg|*.jpg|*.ico|*.pcd|*.pcx|*.png|*.ppm|*.tga|*.tiff|*.tif|*.webp) - identify "$1" || file -L -- "$1" + identify -verbose -- "$1" || file -L -- "$1" ;; *.asf|*.avi|*.mov|*.mp4|*.mpeg|*.mpg|*.qt|*.ram|*.rm|*.webm|*.wmv) midentify "$1" || file -L -- "$1" @@ -246,7 +246,7 @@ if [[ -z $1 ]] ; then elif [[ $1 == "-V" || $1 == "--version" ]] ; then cat <<-EOF lesspipe (git) - Copyright 2016 Gentoo Foundation + Copyright 2001-2016 Gentoo Foundation Mike Frysinger <vapier@gentoo.org> (with plenty of ideas stolen from other projects/distros) |