Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/code/filesys.lisp
    ... ... @@ -1125,7 +1125,7 @@ optionally keeping some of the most recent old versions."
    1125 1125
           (let ((*ignore-wildcards* t))
    
    1126 1126
     	(mapcar #'(lambda (name)
    
    1127 1127
     		    (let ((name (if (and check-for-subdirs
    
    1128
     					 (eq (unix:unix-file-kind name)
    
    1128
     					 (eq (unix:unix-file-kind name (not follow-links))
    
    1129 1129
     					     :directory))
    
    1130 1130
     				    (concatenate 'string name "/")
    
    1131 1131
     				    name)))