Skip to content

Commit 0a8c9b7

Browse files
committed
fix(tar): localize $i on options parse
Regression in 0fbb566
1 parent 3013ba1 commit 0a8c9b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

completions/tar

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ __gtar_parse_help_opt()
7979

8080
__gtar_parse_help_line()
8181
{
82+
local i
8283
local -a tmp
8384
while read -ra tmp; do
8485
for i in "${tmp[@]}"; do

0 commit comments

Comments
 (0)