Skip to content

Commit

Permalink
One more quoted statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky authored and jansorg committed Dec 27, 2024
1 parent dd03aab commit 251cefe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fns.sh
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ function _Dbg_linespec_setup {
line_number=${word[0]}
full_filename=$(_Dbg_is_file "$filename")
if [[ -z "$full_filename" ]] ; then
full_filename=$(_Dbg_resolve_expand_filename "$filename")
full_filename="$(_Dbg_resolve_expand_filename "$filename")"
fi

if (( is_function )) ; then
Expand Down

0 comments on commit 251cefe

Please sign in to comment.