Bumped release to 20050721.

This commit is contained in:
ianmacd 2005-07-21 17:21:22 +00:00
parent 0ec0332736
commit 20c0d1cec5

View File

@ -1,6 +1,6 @@
# bash_completion - programmable completion functions for bash 3.0
#
# $Id: bash_completion,v 1.826 2005/07/21 01:43:47 ianmacd Exp $
# $Id: bash_completion,v 1.827 2005/07/21 19:21:22 ianmacd Exp $
#
# Copyright (C) Ian Macdonald <ian@caliban.org>
#
@ -22,7 +22,7 @@
#
# http://www.caliban.org/bash/index.shtml#completion
#
# RELEASE: 20050720
# RELEASE: 20050721
[ -n "${DEBUG:-}" ] && set -v || set +v