- minor cvs fix

This commit is contained in:
ianmacd 2003-01-30 07:41:42 +00:00
parent f2f026df02
commit b7626a298d

View File

@ -1,6 +1,6 @@
# bash_completion - some programmable completion functions for bash 2.05b
#
# $Id: bash_completion,v 1.520 2003/01/27 00:41:23 ianmacd Exp $
# $Id: bash_completion,v 1.521 2003/01/30 08:41:42 ianmacd Exp $
#
# Copyright (C) Ian Macdonald <ian@caliban.org>
#
@ -1109,7 +1109,7 @@ _cvs()
# if $COMP_CVS_REMOTE is not null, 'cvs commit' will
# complete on remotely checked-out files (requires
# passwordless access to the remote repository
if [ -n ${COMP_CVS_REMOTE:-} ]; then
if [ -n "${COMP_CVS_REMOTE:-}" ]; then
# this is the least computationally intensive
# way found so far, but other changes
# (something other than changed/removed/new)