- Resolves: #242077 remove "-" option from lesspipe.sh script
This commit is contained in:
parent
bcd64a9a22
commit
f3589126ed
@ -1,7 +1,7 @@
|
||||
Summary: A text file browser similar to more, but better
|
||||
Name: less
|
||||
Version: 394
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
License: GPL
|
||||
Group: Applications/Text
|
||||
Source: http://www.greenwoodsoftware.com/less/%{name}-%{version}.tar.gz
|
||||
@ -63,6 +63,11 @@ ls -la $RPM_BUILD_ROOT/etc/profile.d
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
* Mon Jun 4 2007 Ivana Vraekova <varekova@redhat.com> - 394-10
|
||||
- Resolves: #242077
|
||||
remove "-" option from lesspipe.sh script
|
||||
|
||||
|
||||
* Tue Feb 20 2007 Ivana Varekova <varekova@redhat.com> - 394-9
|
||||
- change /etc/profile.d script's permissions
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/sh -
|
||||
#!/bin/sh
|
||||
#
|
||||
# To use this filter with less, define LESSOPEN:
|
||||
# export LESSOPEN="|/usr/bin/lesspipe.sh %s"
|
||||
|
Loading…
Reference in New Issue
Block a user