Skip to content

Commit 993ba00

Browse files
committed
refactor(_comp_initialize): remove -a for filedir
1 parent 1c1b24a commit 993ba00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bash_completion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1154,7 +1154,7 @@ _comp_initialize()
11541154
;;
11551155
esac
11561156
cur=${cur##"$redir"}
1157-
_comp_compgen -a filedir "$xspec"
1157+
_comp_compgen filedir "$xspec"
11581158
return 1
11591159
fi
11601160

0 commit comments

Comments
 (0)