Skip to content

Commit

Permalink
Update lib/hook.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Joachim Ansorg <[email protected]>
  • Loading branch information
rocky and jansorg authored Dec 17, 2024
1 parent 2bc3d0e commit 3bff8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3bff8b8

Please sign in to comment.