Release 20060301.

This commit is contained in:
ianmacd 2006-03-01 15:20:18 +00:00
parent 935dcfeb6a
commit 4ee75ad8f5

View File

@ -1,7 +1,7 @@
# bash_completion - programmable completion functions for bash 3.x
# (backwards compatible with bash 2.05b)
#
# $Id: bash_completion,v 1.871 2006/03/01 13:15:43 ianmacd Exp $
# $Id: bash_completion,v 1.872 2006/03/01 16:20:18 ianmacd Exp $
#
# Copyright (C) Ian Macdonald <ian@caliban.org>
#
@ -23,7 +23,7 @@
#
# http://www.caliban.org/bash/index.shtml#completion
#
# RELEASE: 20050721
# RELEASE: 20060301
[ -n "${BASH_COMPLETION_DEBUG:-}" ] && set -v || set +v