- update release to 20040711

This commit is contained in:
ianmacd 2004-07-11 16:36:39 +00:00
parent 0591f62ba0
commit 44d8f19808

View File

@ -1,6 +1,6 @@
# bash_completion - some programmable completion functions for bash 2.05b
#
# $Id: bash_completion,v 1.736 2004/07/11 18:18:24 ianmacd Exp $
# $Id: bash_completion,v 1.737 2004/07/11 18:36:39 ianmacd Exp $
#
# Copyright (C) Ian Macdonald <ian@caliban.org>
#
@ -22,7 +22,7 @@
#
# http://www.caliban.org/bash/index.shtml#completion
#
# RELEASE: 20040704
# RELEASE: 20040711
[ -n "${DEBUG:-}" ] && set -v || set +v