Skip to content

Commit 71f6189

Browse files
rockyjansorg
authored andcommitted
One more quoted statement.
1 parent 0157680 commit 71f6189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fns.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ function _Dbg_linespec_setup {
198198
line_number=${word[0]}
199199
full_filename=$(_Dbg_is_file "$filename")
200200
if [[ -z "$full_filename" ]] ; then
201-
full_filename=$(_Dbg_resolve_expand_filename "$filename")
201+
full_filename="$(_Dbg_resolve_expand_filename "$filename")"
202202
fi
203203

204204
if (( is_function )) ; then

0 commit comments

Comments
 (0)