emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/system-packages b504534 115/117: Revert "Ensure a space


From: Stefan Monnier
Subject: [elpa] externals/system-packages b504534 115/117: Revert "Ensure a space between command and args"
Date: Fri, 14 Dec 2018 17:02:19 -0500 (EST)

branch: externals/system-packages
commit b504534b00dc2333af402fab1bba687afb3a3ac2
Author: Alex Branham <address@hidden>
Commit: Alex Branham <address@hidden>

    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

[Prev in Thread] Current Thread [Next in Thread]