Skip to content

Commit b9b9dc1

Browse files
rockyjansorg
andauthored
Update command/backtrace.sh
Co-authored-by: Joachim Ansorg <github@ja-dev.eu>
1 parent d525e19 commit b9b9dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command/backtrace.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ function _Dbg_do_backtrace {
170170
lineno=${BASH_LINENO[$adjusted_pos-1]}
171171
fi
172172
filename="$(_Dbg_resolve_expand_filename "${BASH_SOURCE[$adjusted_pos]}")"
173-
filename=$(_Dbg_adjust_filename "$filename")
173+
filename="$(_Dbg_adjust_filename "$filename")"
174174
_Dbg_msg "($_Dbg_parm_str) called from file \`$filename'" "at line $lineno"
175175
if (( show_source )) ; then
176176
_Dbg_get_source_line $lineno "${BASH_SOURCE[$adjusted_pos]}"

0 commit comments

Comments
 (0)