(defsystem :inferior-shell
:defsystem-depends-on (:asdf-condition-control)
- :depends-on (:asdf :xcvb-utils :fare-quasiquote-extras :fare-mop :alexandria
- #+sbcl :sb-posix)
+ :depends-on (:asdf :xcvb-utils :fare-quasiquote-extras :fare-mop
+ #+sbcl :sb-posix)
:description "spawn local or remote processes and shell pipes"
:components
((:file "pkgdcl")
(`(quote ,@args) ;; quote
(e (xcvb-driver:escape-command
(parse-command-spec-tokens args))))
- (`(,(typep simple-command-line-token) ,@_) ;; recurse
+ (`(,(type simple-command-line-token) ,@_) ;; recurse
(map () #'p x))
(_
(error "Unrecognized command-spec token ~S" x)))))