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 65e1753 commit aed6a15Copy full SHA for aed6a15
completions/cvs
@@ -37,7 +37,7 @@ _cvs_kflags()
37
38
_comp_xfunc_cvs_roots()
39
{
40
- local -a cvsroots
+ local -a cvsroots=()
41
[[ -v CVSROOT ]] && cvsroots=("$CVSROOT")
42
[[ -r ~/.cvspass ]] && cvsroots+=($(awk '{ print $2 }' ~/.cvspass))
43
[[ -r CVS/Root ]] && mapfile -tO ${#cvsroots[@]} cvsroots <CVS/Root
0 commit comments