From d286d81b5722fd1d3f64b7c74b34c30d3bc9780c Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Fri, 13 Dec 2013 09:18:47 -0700 Subject: [PATCH] Revert "change default sh code block shell to bash" This reverts commit 1f498c93f297cf39f9afc609433eb764c1480f9e. --- lisp/ob-sh.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ob-sh.el b/lisp/ob-sh.el index 1b55ec7fa..4984ff9bf 100644 --- a/lisp/ob-sh.el +++ b/lisp/ob-sh.el @@ -38,7 +38,7 @@ (defvar org-babel-default-header-args:sh '()) -(defvar org-babel-sh-command "bash" +(defvar org-babel-sh-command "sh" "Command used to invoke a shell. This will be passed to `shell-command-on-region'") -- 2.11.4.GIT