wok-6.x view lesspipe/stuff/patches/lesspipe.sh @ rev 25560

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 25 18:09:10 2023 +0000 (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