Missing parenthesis

This commit is contained in:
Dan Davison 2010-10-14 22:03:08 +01:00
parent a06ea76c53
commit 07b45a64f2
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ This will be passed to `shell-command-on-region'")
(mapconcat
#'identity
(append (org-babel-sh-variable-assignments params processed-params)
(list body)) "\n")
(list body)) "\n"))
(defun org-babel-execute:sh (body params)
"Execute a block of Shell commands with Babel.