Explorar el Código

Missing parenthesis

Dan Davison hace 14 años
padre
commit
07b45a64f2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.