From 3bff8b83043c232e5a5f452f26dec19ef34f6ee1 Mon Sep 17 00:00:00 2001 From: "R. Bernstein" Date: Tue, 17 Dec 2024 05:50:50 -0500 Subject: [PATCH] Update lib/hook.sh Co-authored-by: Joachim Ansorg --- lib/hook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hook.sh b/lib/hook.sh index f1b79df..4b8d86a 100644 --- a/lib/hook.sh +++ b/lib/hook.sh @@ -120,7 +120,7 @@ _Dbg_debug_trap_handler() { _Dbg_save_args "$@" typeset _Dbg_full_filename - _Dbg_full_filename=$(_Dbg_is_file "${BASH_SOURCE[1]}") + _Dbg_full_filename="$(_Dbg_is_file "${BASH_SOURCE[1]}")" if [[ -r "$_Dbg_full_filename" ]] ; then _Dbg_file2canonic["${BASH_SOURCE[1]}"]="$_Dbg_full_filename" fi