wok view lesspipe/stuff/patches/lesspipe.sh @ rev 25549

created recipe for lesspipe
author Hans-G?nter Theisgen
date Mon Apr 03 06:53:23 2023 +0100 (13 months ago)
parents
children
line source
1 --- lesspipe.sh.orig
2 +++ lesspipe.sh
3 @@ -668,7 +668,7 @@
4 isrpm () {
5 if [[ -z "$2" ]]; then
6 if has_cmd rpm; then
7 - istemp "rpm -qivp" "$1"
8 + istemp "rpm -qip" "$1"
9 contentline
10 [[ $1 == - ]] && set "$t" "$1"
11 fi