- add URL for latest version of software

This commit is contained in:
ianmacd 2003-10-20 19:05:20 +00:00
parent 010e8effc4
commit 00ccdf4c92

View File

@ -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 <ian@caliban.org>
#
@ -17,7 +17,11 @@
# 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.
#
# 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