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 0157680 commit 71f6189Copy full SHA for 71f6189
lib/fns.sh
@@ -198,7 +198,7 @@ function _Dbg_linespec_setup {
198
line_number=${word[0]}
199
full_filename=$(_Dbg_is_file "$filename")
200
if [[ -z "$full_filename" ]] ; then
201
- full_filename=$(_Dbg_resolve_expand_filename "$filename")
+ full_filename="$(_Dbg_resolve_expand_filename "$filename")"
202
fi
203
204
if (( is_function )) ; then
0 commit comments