aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-22 17:29:51 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-22 17:29:51 -0700
commitd3f4230b8010e0a1e5d673feee63ea94694dbacc (patch)
tree32f271c308c96c6a4b5ece00af147003c34329ab
parentf5e8f56e0720f1087200575007e5da07362098b2 (diff)
downloadconsfigurator-d3f4230b8010e0a1e5d673feee63ea94694dbacc.tar.gz
fix use of RUN
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--src/connection/debian-sbcl.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection/debian-sbcl.lisp b/src/connection/debian-sbcl.lisp
index 4ce2623..0c3edaa 100644
--- a/src/connection/debian-sbcl.lisp
+++ b/src/connection/debian-sbcl.lisp
@@ -18,7 +18,7 @@
(in-package :consfigurator.connection.debian-sbcl)
(defmethod establish-connection ((type (eql :debian-sbcl)) remaining &key)
- (run "which" "sbcl" ">/dev/null" "2>&1" "||" "apt-get" "-y" "install" "sbcl")
+ (run "which sbcl >/dev/null 2>&1 || apt-get -y install sbcl")
(request-lisp-systems)
(upload-all-prerequisite-data)
(let ((program