Skip to content

Commit

Permalink
lilo: work around shellcheck false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Jan 4, 2020
1 parent ba3b2ea commit 42dbeef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/lilo
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ _lilo()
-I|-D|-R)
# label completion
local i conf
for i in ${!words[@]}; do
for i in "${!words[@]}"; do
if [[ ${words[i]} == -C ]]; then
conf=${words[i+1]}
break
Expand Down

0 comments on commit 42dbeef

Please sign in to comment.