- update release to 20040214

This commit is contained in:
ianmacd 2004-02-15 02:45:21 +00:00
parent c466c978a5
commit 5fdad246c4

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.689 2004/02/14 10:28:58 ianmacd Exp $ # $Id: bash_completion,v 1.690 2004/02/15 03:45:21 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: 20040210 # RELEASE: 20040214
[ -n "${DEBUG:-}" ] && set -v || set +v [ -n "${DEBUG:-}" ] && set -v || set +v