diff --git a/driver.lisp b/driver.lisp index fe914424b1a90631583679e4e5aec28c9c51464f..659d256e62e6b7789a67f6d8d578ee090ede834c 100644 --- a/driver.lisp +++ b/driver.lisp @@ -1662,7 +1662,7 @@ by /bin/sh in POSIX" either a list of strings specifying a program and list of arguments, or a string specifying a shell command (/bin/sh on Unix, CMD.EXE on Windows); have its output processed by the OUTPUT processor function -as per PROCESS-INPUT-STREAM, +as per SLURP-INPUT-STREAM, or merely output to the inherited standard output if it's NIL. Always call a shell (rather than directly execute the command) if FORCE-SHELL is specified. diff --git a/xcvb-utils.asd b/xcvb-utils.asd index 757d03aa444b61ff2e38eb6637084a894f446f3d..3bc9d4ba4c4d725be137aaa192a95b8dc135c131 100644 --- a/xcvb-utils.asd +++ b/xcvb-utils.asd @@ -9,6 +9,6 @@ :licence "MIT" :description "Utilities from XCVB" :long-description "Utilities from XCVB-Driver, repackaged" - :depends-on ((:version :asdf "2.23") :xcvb-driver :alexandria :fare-utils :asdf-utils) + :depends-on (:xcvb-driver :alexandria :fare-utils :asdf-utils) :components ((:file "xcvb-utils"))) diff --git a/xcvb-utils.lisp b/xcvb-utils.lisp index 88a6bfd50caab879649d6fe9247fcd49aadd5ae7..f3b0f02c4c3771f443a4e393c730a6076093a561 100644 --- a/xcvb-utils.lisp +++ b/xcvb-utils.lisp @@ -10,4 +10,4 @@ (in-package :fare-utils) (define-package-mix :xcvb-utils - (:alexandria :xcvb-driver :asdf-utils :fare-utils)) + (:alexandria :xcvb-driver :asdf-utils :fare-utils))