Skip to content

Commit

Permalink
fix(ssh-keygen): make work with custom IFS
Browse files Browse the repository at this point in the history
Co-authored-by: Koichi Murase <myoga.murase@gmail.com>
  • Loading branch information
scop and akinomyoga committed May 7, 2024
1 parent 18e436d commit b71340b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions completions/ssh-keygen
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ _comp_cmd_ssh_keygen()
local cur prev words cword comp_args
_comp_initialize -n := -- "$@" || return

local IFS=$' \t\n' # for ${words[*]}
local noargopts='!(-*|*[ aCIJjMNPSVWzbEFRDwfGKsTmnOrtY]*)'
# shellcheck disable=SC2254
case $prev in
Expand Down

0 comments on commit b71340b

Please sign in to comment.