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

Update some urls
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 23 14:52:03 2025 +0000 (2 weeks 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