X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Frun-program.lisp;h=1539001d7ae7345a42d0021c936988731bfe7ebf;hb=bee53328c93be3433477821131ab805557476c8b;hp=1dad7f90faf569f0551fbef5ff4cee95ce70176a;hpb=e48026257ea92807b2a5ee799476be198fc64dd6;p=sbcl.git diff --git a/src/code/run-program.lisp b/src/code/run-program.lisp index 1dad7f9..1539001 100644 --- a/src/code/run-program.lisp +++ b/src/code/run-program.lisp @@ -601,9 +601,9 @@ ;; "path:" defined in sbcl-0.6.10. It would probably be ;; reasonable to restore Unix PATH searching in SBCL, e.g. ;; with a function FIND-EXECUTABLE-FILE-IN-POSIX-PATH. - ;; (I don't want to do it with search lists the way - ;; that CMU CL did, because those are a non-ANSI - ;; extension which I'd like to get rid of. -- WHN) + ;; CMU CL did it with a "PATH:" search list, but CMU CL + ;; search lists are a non-ANSI extension that SBCL + ;; doesn't support. -- WHN) (pfile (unix-namestring program t)) (cookie (list 0))) (unless pfile