Skip to content

Commit

Permalink
local i
Browse files Browse the repository at this point in the history
  • Loading branch information
dsx724 committed Sep 3, 2022
1 parent da78fc2 commit 90042c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion traps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ function traps_exit_now {
local i_file=$(($i+3))
local i_line=$(($2+$i+2))
echo "$FUNCNAME: trace: ${@:$i_func:1} in ${@:$i_file:1} line ${@:$i_line:1}" >&2
i=$((i+1))
local i=$((i+1))
done
}

Expand Down

0 comments on commit 90042c1

Please sign in to comment.