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

created recipes for nted and nted-lang
author Hans-G?nter Theisgen
date Sat Apr 22 14:54:15 2023 +0100 (14 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