Skip to content

Commit

Permalink
Fix bash-debug BASHDB_HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
svaante committed Dec 20, 2024
1 parent 34f8b04 commit 331de08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dape.el
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
(thread-first config
(plist-put :pathBashdbLib ,bashdb-dir)
(plist-put :pathBashdb (file-name-concat ,bashdb-dir "bashdb"))
(plist-put :env `(:BASHDB_HOME ,,bashdb-dir . ,(plist-get config :env)))))
(plist-put :env `(:BASHDB_HOME ,bashdb-dir . ,(plist-get config :env)))))
:type "bashdb"
:cwd dape-cwd
:program dape-buffer-default
Expand Down

0 comments on commit 331de08

Please sign in to comment.