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 3bff8b8 commit 9fcd883
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 @@ -104,7 +104,7 @@ typeset _Dbg_dollar_0="$0"

# Resolve and save mapping for main script, and resolve
# the starting directory.
_Dbg_full_filename=$(_Dbg_is_file "$_Dbg_script_file")
_Dbg_full_filename="$(_Dbg_is_file "$_Dbg_script_file")"
_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
Expand Down

0 comments on commit 9fcd883

Please sign in to comment.