Skip to content

Commit

Permalink
fix(_comp_compgen_fstypes): avoid unexpected expansions
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga committed Sep 1, 2023
1 parent 833804e commit a856d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash_completion
Expand Up @@ -2113,7 +2113,7 @@ _comp_compgen_fstypes()
$([[ -d /etc/fs ]] && command ls /etc/fs)"
fi

[[ $_fss ]] && _comp_compgen -- -W "$_fss"
[[ $_fss ]] && _comp_compgen_split -- "$_fss"
}

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

0 comments on commit a856d81

Please sign in to comment.