소스 검색

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.