From 563cd4daacb8868076cca16e20fab62f64adb5db Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Tue, 27 Nov 2007 22:45:34 +0000 Subject: [PATCH] - fix permission which-2 scripts --- which-2.csh | 2 +- which-2.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/which-2.csh b/which-2.csh index 9648892..f79806a 100755 --- a/which-2.csh +++ b/which-2.csh @@ -1,4 +1,4 @@ # 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' diff --git a/which-2.sh b/which-2.sh index fb65973..14ca09f 100755 --- a/which-2.sh +++ b/which-2.sh @@ -1,4 +1,4 @@ # Initialization script for bash and sh -# 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'