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 154eb12 commit d525e19Copy full SHA for d525e19
command/backtrace.sh
@@ -169,7 +169,7 @@ function _Dbg_do_backtrace {
169
else
170
lineno=${BASH_LINENO[$adjusted_pos-1]}
171
fi
172
- filename=$(_Dbg_resolve_expand_filename "${BASH_SOURCE[$adjusted_pos]}")
+ filename="$(_Dbg_resolve_expand_filename "${BASH_SOURCE[$adjusted_pos]}")"
173
filename=$(_Dbg_adjust_filename "$filename")
174
_Dbg_msg "($_Dbg_parm_str) called from file \`$filename'" "at line $lineno"
175
if (( show_source )) ; then
0 commit comments