import which-2.21-14.el8
This commit is contained in:
parent
f4d5d3bcd9
commit
545bf93e25
@ -3,8 +3,9 @@
|
|||||||
|
|
||||||
_declare="declare -f"
|
_declare="declare -f"
|
||||||
_opt="-f"
|
_opt="-f"
|
||||||
|
_shell="$(basename $SHELL)"
|
||||||
|
|
||||||
if [ "$0" = "ksh" ] || [ "$0" = "-ksh" ] || [ "$0" = "mksh" ] || [ "$0" = "-mksh" ] ; then
|
if [ "$_shell" = "ksh" ] || [ "$_shell" = "mksh" ] || [ "$_shell" = "zsh" ] ; then
|
||||||
_declare="typeset -f"
|
_declare="typeset -f"
|
||||||
_opt=""
|
_opt=""
|
||||||
fi
|
fi
|
||||||
|
@ -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: 13%{?dist}
|
Release: 14%{?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
|
||||||
@ -41,6 +41,9 @@ rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
|||||||
%{_mandir}/man1/which.1*
|
%{_mandir}/man1/which.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 23 2021 Than Ngo <than@redhat.com> - 2.21-14
|
||||||
|
- Related: #1940468, fix regression if SHELL=zsh
|
||||||
|
|
||||||
* Fri Mar 19 2021 Than Ngo <than@redhat.com> - 2.21-13
|
* Fri Mar 19 2021 Than Ngo <than@redhat.com> - 2.21-13
|
||||||
- Resolves: #1940468, fixed syntax error caused by testcase: a=b which ls
|
- Resolves: #1940468, fixed syntax error caused by testcase: a=b which ls
|
||||||
Coverity issue
|
Coverity issue
|
||||||
|
Loading…
Reference in New Issue
Block a user