From 00ccdf4c92b557c125dc24003f55859e0a24eda9 Mon Sep 17 00:00:00 2001 From: ianmacd <> Date: Mon, 20 Oct 2003 19:05:20 +0000 Subject: [PATCH] - add URL for latest version of software --- bash_completion | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/bash_completion b/bash_completion index aa5b79dd..2af76cd8 100644 --- a/bash_completion +++ b/bash_completion @@ -1,6 +1,6 @@ # bash_completion - some programmable completion functions for bash 2.05b # -# $Id: bash_completion,v 1.641 2003/10/17 08:51:32 ianmacd Exp $ +# $Id: bash_completion,v 1.642 2003/10/20 21:05:20 ianmacd Exp $ # # Copyright (C) Ian Macdonald # @@ -17,8 +17,12 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software Foundation, # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - -# RELEASE: 20031007 +# +# The latest version of this software can be obtained here: +# +# http://www.caliban.org/bash/index.shtml#completion +# +# RELEASE: 20031007 [ -n "${DEBUG:-}" ] && set -v || set +v