Skip to content

Commit 3e44890

Browse files
author
rnml
committed
format
1 parent c06eab9 commit 3e44890

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

shell-file.el

+2-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,8 @@ exit ###############################################################
207207
(search-forward-regexp (shell-file-exit-line))
208208
(write-region (point-min) (match-end 0) cmd))))
209209
;; execute block
210-
(_ (chmod cmd (file-modes-symbolic-to-number "u+x" (file-modes cmd))))
210+
(_ (chmod cmd
211+
(file-modes-symbolic-to-number "u+x" (file-modes cmd))))
211212
(cmd (format "%s 2>&1 | tee %s" cmd out))
212213
(buf (save-window-excursion (shell-file-output)))
213214
(_ (async-shell-command cmd buf))

0 commit comments

Comments
 (0)