- 2.2.0
- disable alias which for cshell
This commit is contained in:
parent
2c7e7bd7f6
commit
19081d7821
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
which-2.16.tar.gz
|
which-2.16.tar.gz
|
||||||
which-2.18.tar.gz
|
which-2.18.tar.gz
|
||||||
which-2.19.tar.gz
|
which-2.19.tar.gz
|
||||||
|
/which-2.20.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
bbd094cec2444cd78befbc0cf09deea4 which-2.19.tar.gz
|
95be0501a466e515422cde4af46b2744 which-2.20.tar.gz
|
||||||
|
@ -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.19
|
Version: 2.20
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Source0: http://www.xs4all.nl/~carlo17/which/%{name}-%{version}.tar.gz
|
Source0: http://www.xs4all.nl/~carlo17/which/%{name}-%{version}.tar.gz
|
||||||
@ -59,6 +59,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 19 2011 Than Ngo <than@redhat.com> - 2.20-1
|
||||||
|
- 2.2.0
|
||||||
|
- disable alias which for cshell
|
||||||
|
|
||||||
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.19-5
|
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.19-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Initialization script for csh
|
# Initialization script for csh
|
||||||
|
|
||||||
# export AFS if you are in AFS environment
|
# export AFS if you are in AFS environment
|
||||||
alias which 'alias | /usr/bin/which --tty-only --read-alias --show-dot --show-tilde'
|
|
||||||
|
# alias which 'alias | /usr/bin/which --tty-only --read-alias --show-dot --show-tilde'
|
||||||
|
Loading…
Reference in New Issue
Block a user