Skip to content

Commit d525e19

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

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
@@ -169,7 +169,7 @@ function _Dbg_do_backtrace {
169169
else
170170
lineno=${BASH_LINENO[$adjusted_pos-1]}
171171
fi
172-
filename=$(_Dbg_resolve_expand_filename "${BASH_SOURCE[$adjusted_pos]}")
172+
filename="$(_Dbg_resolve_expand_filename "${BASH_SOURCE[$adjusted_pos]}")"
173173
filename=$(_Dbg_adjust_filename "$filename")
174174
_Dbg_msg "($_Dbg_parm_str) called from file \`$filename'" "at line $lineno"
175175
if (( show_source )) ; then

0 commit comments

Comments
 (0)