We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c06eab9 commit 3e44890Copy full SHA for 3e44890
shell-file.el
@@ -207,7 +207,8 @@ exit ###############################################################
207
(search-forward-regexp (shell-file-exit-line))
208
(write-region (point-min) (match-end 0) cmd))))
209
;; execute block
210
- (_ (chmod cmd (file-modes-symbolic-to-number "u+x" (file-modes cmd))))
+ (_ (chmod cmd
211
+ (file-modes-symbolic-to-number "u+x" (file-modes cmd))))
212
(cmd (format "%s 2>&1 | tee %s" cmd out))
213
(buf (save-window-excursion (shell-file-output)))
214
(_ (async-shell-command cmd buf))
0 commit comments