emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/dtache 1873308724 1/3: Use `shell-file-name` as default


From: ELPA Syncer
Subject: [elpa] externals/dtache 1873308724 1/3: Use `shell-file-name` as default shell
Date: Sun, 20 Mar 2022 05:57:28 -0400 (EDT)

branch: externals/dtache
commit 1873308724552856c5efc660c03af34652d46dcf
Author: Rose Osterheld <dev@roeli.org>
Commit: Niklas Eklund <niklas.eklund@posteo.net>

    Use `shell-file-name` as default shell
    
    `shell-file-name` is a built-in variable, so it is probably a better
    default than just assuming bash
---
 dtache.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dtache.el b/dtache.el
index 1a58cdb773..c8df245319 100644
--- a/dtache.el
+++ b/dtache.el
@@ -71,7 +71,7 @@
   :type 'string
   :group 'dtache)
 
-(defcustom dtache-shell-program "bash"
+(defcustom dtache-shell-program shell-file-namue
   "Shell to run the dtach command in."
   :type 'string
   :group 'dtache)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]