Skip to content

Commit 6e5cb3d

Browse files
committed
fix(ssh): protect against localvar_inherit
1 parent 4babb5a commit 6e5cb3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/ssh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ _sftp()
373373

374374
_comp_xfunc_ssh_suboption_check && return
375375

376-
local ipvx
376+
local ipvx=
377377

378378
case $prev in
379379
-*[BDlPRs])

0 commit comments

Comments
 (0)