Ignore:
Timestamp:
01/05/15 17:36:01 (8 years ago)
Author:
Mark Evenson
Message:

Use single colon instead of double colon for sys:process-output and sys:run-program.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/contrib/abcl-asdf/maven-embedder.lisp

    r14743 r14744  
    8989           (which-cmd-p
    9090            (handler-case
    91                 (sys::run-program which-cmd nil)
     91                (sys:run-program which-cmd nil)
    9292              (t () nil))))
    9393      (when which-cmd-p
     
    9595          (let ((mvn
    9696                 (handler-case
    97                      (truename (read-line (sys::process-output
    98                                            (sys::run-program
     97                     (truename (read-line (sys:process-output
     98                                           (sys:run-program
    9999                                            which-cmd `(,mvn-path)))))
    100100                   (end-of-file () nil)
Note: See TracChangeset for help on using the changeset viewer.