Skip to content

Commit

Permalink
Update bashdb.in
Browse files Browse the repository at this point in the history
Co-authored-by: Joachim Ansorg <github@ja-dev.eu>
  • Loading branch information
rocky and jansorg authored Dec 17, 2024
1 parent 3838e65 commit 2bc3d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bashdb.in
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ _Dbg_file2canonic["${_Dbg_script_file}"]="$_Dbg_full_filename"
# Note: expand_filename is expanding a *directory* here, not a filename.
# This might cause a problem in the future if _Dbg_expand_filename becomes
# more specific about this aspect.
_Dbg_init_cwd=$(_Dbg_expand_filename "${_Dbg_script_file%/*}")
_Dbg_init_cwd="$(_Dbg_expand_filename "${_Dbg_script_file%/*}")"

trap '_Dbg_debug_trap_handler 0 "$BASH_COMMAND" "$@"' DEBUG
set -o functrace
Expand Down

0 comments on commit 2bc3d0e

Please sign in to comment.