- tar cf completed properly, but tar -cf did not
This commit is contained in:
parent
740647fba4
commit
f4f16686be
@ -1,6 +1,6 @@
|
|||||||
# bash_completion - some programmable completion functions for bash 2.05a
|
# bash_completion - some programmable completion functions for bash 2.05a
|
||||||
#
|
#
|
||||||
# $Id: bash_completion,v 1.348 2002/06/05 09:55:22 ianmacd Exp $
|
# $Id: bash_completion,v 1.349 2002/06/06 16:48:16 ianmacd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (C) Ian Macdonald <ian@caliban.org>
|
# Copyright (C) Ian Macdonald <ian@caliban.org>
|
||||||
#
|
#
|
||||||
@ -1917,7 +1917,7 @@ _tar()
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
case "${COMP_WORDS[1]}" in
|
case "${COMP_WORDS[1]}" in
|
||||||
c*f)
|
?(-)c*f)
|
||||||
_filedir
|
_filedir
|
||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user