From 19081d7821d8c08434f202e89253e4442f5bc529 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Wed, 19 Jan 2011 18:40:15 +0100 Subject: [PATCH] - 2.2.0 - disable alias which for cshell --- .gitignore | 1 + sources | 2 +- which.spec | 8 ++++++-- which2.csh | 3 ++- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 13e5a08..f15ce18 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ which-2.16.tar.gz which-2.18.tar.gz which-2.19.tar.gz +/which-2.20.tar.gz diff --git a/sources b/sources index 6886592..6e1301b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bbd094cec2444cd78befbc0cf09deea4 which-2.19.tar.gz +95be0501a466e515422cde4af46b2744 which-2.20.tar.gz diff --git a/which.spec b/which.spec index cf09d14..9d05719 100644 --- a/which.spec +++ b/which.spec @@ -1,7 +1,7 @@ Summary: Displays where a particular program in your path is located Name: which -Version: 2.19 -Release: 5%{?dist} +Version: 2.20 +Release: 1%{?dist} License: GPLv3 Group: Applications/System Source0: http://www.xs4all.nl/~carlo17/which/%{name}-%{version}.tar.gz @@ -59,6 +59,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/*/* %changelog +* Wed Jan 19 2011 Than Ngo - 2.20-1 +- 2.2.0 +- disable alias which for cshell + * Mon Jul 27 2009 Fedora Release Engineering - 2.19-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/which2.csh b/which2.csh index f79806a..7845784 100644 --- a/which2.csh +++ b/which2.csh @@ -1,4 +1,5 @@ # Initialization script for csh # 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'