- make jar completion accept a leading dash to its option list

(patch by "C. Scott Ananian" <cananian@lesser-magoo.lcs.mit.edu>)
This commit is contained in:
ianmacd 2002-10-05 07:34:57 +00:00
parent 38ccef1739
commit 5d98dcb9ab

View File

@ -1,6 +1,6 @@
# bash_completion - some programmable completion functions for bash 2.05b
#
# $Id: bash_completion,v 1.426 2002/10/05 09:33:14 ianmacd Exp $
# $Id: bash_completion,v 1.427 2002/10/05 09:34:57 ianmacd Exp $
#
# Copyright (C) Ian Macdonald <ian@caliban.org>
#
@ -2126,7 +2126,7 @@ _jar()
fi
case "${COMP_WORDS[1]}" in
c*f)
*c*f)
_filedir
;;
*f)