Skip to content

Commit 7722795

Browse files
committed
fix extract process
1 parent 483c870 commit 7722795

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mason-basic.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ See `mason--process-sync' for CMD and ARGS."
286286
(out-file (replace-regexp-in-string ,regexp ,replace (file-name-nondirectory file)))
287287
(out-file (mason--expand-child-file-name out-file dest)))
288288
(ignore out-file)
289-
(mason--process-sync '(,cmd-proc ,@cmd-args) ,@args)))
289+
(mason--process-sync `(,,cmd-proc ,@,cmd-args) ,@args)))
290290
(add-to-list 'mason--extractors '(,regexp ,replace ,fn)))))
291291

292292
(defmacro mason--extract-stdio! (name ext replace cmd-proc cmd-args)

test.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
#+end_src
7171

7272
#+RESULTS:
73-
: Installed 541/541 packages
73+
: Installed 544/544 packages
7474

7575

7676
#+begin_src emacs-lisp :tangle yes

0 commit comments

Comments
 (0)