Skip to content

Commit

Permalink
Update command/backtrace.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Joachim Ansorg <[email protected]>
  • Loading branch information
rocky and jansorg authored Dec 11, 2024
1 parent 72e9d0f commit 154eb12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/backtrace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ function _Dbg_do_backtrace {
((count--)) ;
adjusted_pos=$(_Dbg_frame_adjusted_pos 0)
filename="$(_Dbg_resolve_expand_filename "${BASH_SOURCE[$adjusted_pos]}")"
filename=$(_Dbg_adjust_filename "$filename")
filename="$(_Dbg_adjust_filename "$filename")"
_Dbg_frame_print $(_Dbg_frame_prefix 0) '0' '' "$filename" "$_Dbg_frame_last_lineno" ''
fi

Expand Down

0 comments on commit 154eb12

Please sign in to comment.