From 52d463c472d9062a4b58f34fcc0887d5349ed41d Mon Sep 17 00:00:00 2001 From: rocky Date: Mon, 23 Dec 2024 17:48:24 -0500 Subject: [PATCH] One more quoted statement. --- lib/fns.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fns.sh b/lib/fns.sh index 22aadbe..ef81602 100644 --- a/lib/fns.sh +++ b/lib/fns.sh @@ -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