Raymond Toy pushed to branch issue-158-darwin-pathnames at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/code/pathname.lisp
    ... ... @@ -310,10 +310,11 @@
    310 310
     				 :darwinp t)
    
    311 311
     		      piece))
    
    312 312
     		 (t
    
    313
    -		  ;; What should we do about lisp::pattern objects?
    
    313
    +		  ;; What should we do about lisp::pattern objects
    
    314
    +		  ;; that occur in the name component?
    
    314 315
     		  piece))))
    
    315 316
     	(%make-pathname host device
    
    316
    -			(mapcar #'normalize-name (cdr directory))
    
    317
    +			(mapcar #'normalize-name directory)
    
    317 318
     			(normalize-name name)
    
    318 319
     			(normalize-name type)
    
    319 320
     			version))))