Skip to content

Commit

Permalink
fix(openssl): fix variable i leak
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga authored and scop committed Aug 20, 2023
1 parent 465b60f commit 83844b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/openssl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

_comp_cmd_openssl__compgen_sections()
{
local config f
local config i f

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

0 comments on commit 83844b7

Please sign in to comment.