We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 211fe94 commit 87dc4a5Copy full SHA for 87dc4a5
bash_completion
@@ -1,6 +1,6 @@
1
# bash_completion - some programmable completion functions for bash 2.05b
2
#
3
-# $Id: bash_completion,v 1.618 2003/08/22 07:12:51 ianmacd Exp $
+# $Id: bash_completion,v 1.619 2003/09/11 00:21:25 ianmacd Exp $
4
5
# Copyright (C) Ian Macdonald <[email protected]>
6
@@ -3438,7 +3438,7 @@ _java()
3438
for ((i=1; i < $COMP_CWORD; i++)); do
3439
case ${COMP_WORDS[$i]} in
3440
-cp|-classpath)
3441
- continue # skip the classpath string.
+ break # skip the classpath string.
3442
;;
3443
-*)
3444
# this is an option, not a class/jarfile name.
0 commit comments