We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d525e19 commit b9b9dc1Copy full SHA for b9b9dc1
command/backtrace.sh
@@ -170,7 +170,7 @@ function _Dbg_do_backtrace {
170
lineno=${BASH_LINENO[$adjusted_pos-1]}
171
fi
172
filename="$(_Dbg_resolve_expand_filename "${BASH_SOURCE[$adjusted_pos]}")"
173
- filename=$(_Dbg_adjust_filename "$filename")
+ filename="$(_Dbg_adjust_filename "$filename")"
174
_Dbg_msg "($_Dbg_parm_str) called from file \`$filename'" "at line $lineno"
175
if (( show_source )) ; then
176
_Dbg_get_source_line $lineno "${BASH_SOURCE[$adjusted_pos]}"
0 commit comments