Skip to content

Commit b4d18b2

Browse files
committed
fix(_comp_compgen_fstypes): avoid unexpected expansions
1 parent 4b4a982 commit b4d18b2

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
@@ -2113,7 +2113,7 @@ _comp_compgen_fstypes()
21132113
$([[ -d /etc/fs ]] && command ls /etc/fs)"
21142114
fi
21152115

2116-
[[ $_fss ]] && _comp_compgen -- -W "$_fss"
2116+
[[ $_fss ]] && _comp_compgen_split -- "$_fss"
21172117
}
21182118

21192119
# Get absolute path to a file, with rudimentary canonicalization.

0 commit comments

Comments
 (0)