branch: externals/system-packages
commit 4efd204a23be84fe1c125e26f07ef794f128fac4
Author: Alex Branham <[email protected]>
Commit: Alex Branham <[email protected]>
Use dedicated buffer
---
system-packages.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/system-packages.el b/system-packages.el
index 97b6ad3..6b6a5ed 100644
--- a/system-packages.el
+++ b/system-packages.el
@@ -244,7 +244,7 @@ default."
(when system-packages-usesudo
(setq command (mapcar (lambda (part) (concat "sudo " part)) command)))
(setq command (mapconcat 'identity command " && "))
- (async-shell-command (mapconcat 'identity (list command pack) " "))))
+ (async-shell-command (mapconcat 'identity (list command pack) " ")
"*system-packages*")))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; functions on named packages