#7 Explicitly use Bash for lesspipe.sh, since it contains bashisms.
Opened 2 years ago by mavit. Modified 2 years ago
rpms/ mavit/less bash  into  rawhide

file modified
+4 -1
@@ -1,7 +1,7 @@ 

  Summary: A text file browser similar to more, but better

  Name: less

  Version: 590

- Release: 2%{?dist}

+ Release: 3%{?dist}

  License: GPLv3+ or BSD

  Source0: https://www.greenwoodsoftware.com/less/%{name}-%{version}.tar.gz

  Source1: lesspipe.sh
@@ -67,6 +67,9 @@ 

  %{_mandir}/man1/*

  

  %changelog

+ * Mon Nov 22 2021 Peter Oliver <rpm@mavit.org.uk> - 590-3

+ - Explicitly use Bash for lesspipe.sh, since it contains bashisms.

+ 

  * Sat Oct 02 2021 FeRD (Frank Dana) <ferdnyc@gmail.com> - 590-2

  - Backport patch from upstream to fix hyperlinked text bug

  

file modified
+1 -1
@@ -1,4 +1,4 @@ 

- #!/bin/sh

+ #!/bin/bash

  #

  # To use this filter with less, define LESSOPEN:

  # export LESSOPEN="|/usr/bin/lesspipe.sh %s"

no initial comment

Build succeeded.

Metadata