- update to release 20040210

This commit is contained in:
ianmacd 2004-02-10 08:33:22 +00:00
parent d5a0ed16ea
commit 1633215c0f

View File

@ -1,6 +1,6 @@
# bash_completion - some programmable completion functions for bash 2.05b
#
# $Id: bash_completion,v 1.682 2004/02/09 22:12:40 ianmacd Exp $
# $Id: bash_completion,v 1.683 2004/02/10 09:33:22 ianmacd Exp $
#
# Copyright (C) Ian Macdonald <ian@caliban.org>
#
@ -22,7 +22,7 @@
#
# http://www.caliban.org/bash/index.shtml#completion
#
# RELEASE: 20040101
# RELEASE: 20040210
[ -n "${DEBUG:-}" ] && set -v || set +v