branch: externals/system-packages
commit b504534b00dc2333af402fab1bba687afb3a3ac2
Author: Alex Branham <alex.bran...@gmail.com>
Commit: Alex Branham <alex.bran...@gmail.com>

    Revert "Ensure a space between command and args"
    
    This reverts commit df014690006be372fa3ef156a61d41ea4df9d8be.
---
 system-packages.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/system-packages.el b/system-packages.el
index 0a25a4d..fe4e317 100644
--- a/system-packages.el
+++ b/system-packages.el
@@ -347,7 +347,7 @@ of passing additional arguments to the package manager."
     (setq command (mapconcat 'identity (list command pack) " "))
     (when noconfirm
       (setq args (concat args (and pack " ") noconfirm)))
-    (concat command " " args)))
+    (concat command args)))
 
 (defun system-packages--run-command (action &optional pack args)
   "Run a command asynchronously using the system's package manager.

Reply via email to