浏览代码

Missing parenthesis

Dan Davison 14 年之前
父节点
当前提交
07b45a64f2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/ob-sh.el

+ 1 - 1
lisp/ob-sh.el

@@ -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.