From 1bb65c614ac35ceabeb9d1682237563eb9a60e5b Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 26 Jul 2002 05:16:45 +0000 Subject: [PATCH] r2250: *** empty log message *** --- set-logical.cl | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/set-logical.cl b/set-logical.cl index cc153dd..e14fa1c 100644 --- a/set-logical.cl +++ b/set-logical.cl @@ -71,13 +71,13 @@ :directory '(:relative :wild-inferiors)) base-pathname)) ("**;bin;*.*.*" ,(merge-pathnames - (make-pathname - :name :wild - :type :wild - :directory - (append '(:relative :wild-inferiors - ".bin" #.+set-logical-compiler-name+))) - base-pathname))) + (make-pathname + :name :wild + :type :wild + :directory + (append '(:relative :wild-inferiors + ".bin" #.+set-logical-compiler-name+))) + base-pathname)) ;; default is to place in .bin/ directory ("**;*.*.*" ,(merge-pathnames (make-pathname @@ -86,5 +86,5 @@ :directory (append '(:relative :wild-inferiors ".bin" #.+set-logical-compiler-name+))) - base-pathname)) - )) + base-pathname))))) + -- 2.34.1