- Update version to 20050103.

This commit is contained in:
ianmacd 2005-01-04 05:37:42 +00:00
parent 7a49c1c156
commit deffa29f11

View File

@ -1,6 +1,6 @@
# bash_completion - some programmable completion functions for bash 2.05b # bash_completion - some programmable completion functions for bash 2.05b
# #
# $Id: bash_completion,v 1.771 2005/01/03 05:38:41 ianmacd Exp $ # $Id: bash_completion,v 1.772 2005/01/04 06:37:42 ianmacd Exp $
# #
# Copyright (C) Ian Macdonald <ian@caliban.org> # Copyright (C) Ian Macdonald <ian@caliban.org>
# #
@ -22,7 +22,7 @@
# #
# http://www.caliban.org/bash/index.shtml#completion # http://www.caliban.org/bash/index.shtml#completion
# #
# RELEASE: 20041017 # RELEASE: 20050103
[ -n "${DEBUG:-}" ] && set -v || set +v [ -n "${DEBUG:-}" ] && set -v || set +v