import which-2.21-12.el8
This commit is contained in:
parent
f9d359f460
commit
38a969f247
@ -1,6 +1,6 @@
|
|||||||
# Initialization script for bash and sh
|
# Initialization script for bash and sh
|
||||||
|
|
||||||
if [ "$0" = ksh ] ; then
|
if [ "$0" = "ksh" ] || [ "$0" = "-ksh" ] ; then
|
||||||
alias which='(alias; typeset -f) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot'
|
alias which='(alias; typeset -f) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot'
|
||||||
else
|
else
|
||||||
alias which='(alias; declare -f) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot'
|
alias which='(alias; declare -f) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot'
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Displays where a particular program in your path is located
|
Summary: Displays where a particular program in your path is located
|
||||||
Name: which
|
Name: which
|
||||||
Version: 2.21
|
Version: 2.21
|
||||||
Release: 10%{?dist}
|
Release: 12%{?dist}
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
Source0: http://ftp.gnu.org/gnu/which/%{name}-%{version}.tar.gz
|
Source0: http://ftp.gnu.org/gnu/which/%{name}-%{version}.tar.gz
|
||||||
Source1: which2.sh
|
Source1: which2.sh
|
||||||
@ -39,6 +39,12 @@ rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
|||||||
%{_mandir}/man1/which.1*
|
%{_mandir}/man1/which.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 19 2019 Than Ngo <than@redhat.com> - 2.21-12
|
||||||
|
- Fixed coverity issue
|
||||||
|
|
||||||
|
* Tue Nov 19 2019 Than Ngo <than@redhat.com> - 2.21-11
|
||||||
|
- Resolves: #1768506, fix wrong alias
|
||||||
|
|
||||||
* Mon Jul 23 2018 Than Ngo <than@redhat.com> - 2.21-10
|
* Mon Jul 23 2018 Than Ngo <than@redhat.com> - 2.21-10
|
||||||
- Fix coverity issues
|
- Fix coverity issues
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user