diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-07-20 00:34:41 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-07-20 00:34:48 -0400 |
commit | 4f718fab3559f68a5ce168efcca8692f3b202260 (patch) | |
tree | 33387ef8a2bfb0075e0c0ce6ef47be45fe34ebea /sys-apps/less | |
parent | sci-mathematics/rstudio: Bump to 0.99.903 (diff) | |
download | gentoo-4f718fab3559f68a5ce168efcca8692f3b202260.tar.gz gentoo-4f718fab3559f68a5ce168efcca8692f3b202260.tar.bz2 gentoo-4f718fab3559f68a5ce168efcca8692f3b202260.zip |
sys-apps/less: make image info more verbose/robust
Diffstat (limited to 'sys-apps/less')
-rwxr-xr-x | sys-apps/less/files/lesspipe.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/less/files/lesspipe.sh b/sys-apps/less/files/lesspipe.sh index 291d6d667817..abd934905ad2 100755 --- 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" |