branch: externals/org
commit cb80019c28810b0794e4c42620db7fb700b078f8
Author: Matthew Trzcinski <[email protected]>
Commit: Matthew Trzcinski <[email protected]>
Revert "lisp/ob-shell.el: Initialize explicit-shell-file-name"
This reverts commit 0e2a9524dc6da8b4d60672e85aba74076baac211.
---
lisp/ob-shell.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/lisp/ob-shell.el b/lisp/ob-shell.el
index 35d9e93761..551c3785d8 100644
--- a/lisp/ob-shell.el
+++ b/lisp/ob-shell.el
@@ -81,8 +81,7 @@ is modified outside the Customize interface."
(lambda (body params)
(:documentation
(format "Execute a block of %s commands with Babel." name))
- (let ((explicit-shell-file-name name)
- (shell-file-name name))
+ (let ((shell-file-name name))
(org-babel-execute:shell body params))))
(put fname 'definition-name 'org-babel-shell-initialize))
(defalias (intern (concat "org-babel-variable-assignments:" name))