Auto sync2gitlab import of which-2.21-18.el8.src.rpm
This commit is contained in:
parent
ba0d94ea26
commit
f80050e70d
@ -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: 17%{?dist}
|
Release: 18%{?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
|
||||||
@ -42,6 +42,9 @@ rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
|||||||
%{_mandir}/man1/which.1*
|
%{_mandir}/man1/which.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 11 2022 Than Ngo <than@redhat.com> - 2.21-18
|
||||||
|
- Resolves: #2044450 - custom profile generates shell error
|
||||||
|
|
||||||
* Thu Nov 25 2021 Than Ngo <than@redhat.com> - 2.21-17
|
* Thu Nov 25 2021 Than Ngo <than@redhat.com> - 2.21-17
|
||||||
- Resolves: #2025709, check shell correctly
|
- Resolves: #2025709, check shell correctly
|
||||||
- Resolves: #2009547, which treats function contents as aliases when parsing ksh
|
- Resolves: #2009547, which treats function contents as aliases when parsing ksh
|
||||||
|
@ -20,7 +20,7 @@ bash|sh)
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
which () {
|
function which {
|
||||||
(alias; eval ${which_declare}) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@
|
(alias; eval ${which_declare}) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user