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

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

[elpa] externals/system-packages df01469 113/117: Ensure a space between


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

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

    Ensure a space between command and args
---
 system-packages.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/system-packages.el b/system-packages.el
index 14bf173..28021de 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]