Skip to content

Commit 83844b7

Browse files
akinomyogascop
authored andcommitted
fix(openssl): fix variable i leak
1 parent 465b60f commit 83844b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/openssl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
_comp_cmd_openssl__compgen_sections()
44
{
5-
local config f
5+
local config i f
66

77
# check if a specific configuration file is used
88
for ((i = 2; i < cword; i++)); do

0 commit comments

Comments
 (0)