Fix think-o in last change.
authorChris Hanson <org/chris-hanson/cph>
Thu, 18 Nov 1993 01:33:22 +0000 (01:33 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 18 Nov 1993 01:33:22 +0000 (01:33 +0000)
v7/src/runtime/infutl.scm
v8/src/runtime/infutl.scm

index b8e8b6effe05ecd00ccfacaedcedc39a9656c56e..6568cbf53653e6851638db0b459d9629c30a12a1 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: infutl.scm,v 1.49 1993/11/18 00:47:13 cph Exp $
+$Id: infutl.scm,v 1.50 1993/11/18 01:33:22 cph Exp $
 
 Copyright (c) 1988-93 Massachusetts Institute of Technology
 
@@ -293,8 +293,9 @@ MIT in each case. |#
         (merge-pathnames
          (pathname-new-directory
           pathname
-          (list-tail (pathname-directory pathname)
-                     (length (pathname-directory (car rule)))))
+          (cons 'RELATIVE
+                (list-tail (pathname-directory pathname)
+                           (length (pathname-directory (car rule))))))
          (cdr rule))
         pathname))))
 
index b8e8b6effe05ecd00ccfacaedcedc39a9656c56e..6568cbf53653e6851638db0b459d9629c30a12a1 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: infutl.scm,v 1.49 1993/11/18 00:47:13 cph Exp $
+$Id: infutl.scm,v 1.50 1993/11/18 01:33:22 cph Exp $
 
 Copyright (c) 1988-93 Massachusetts Institute of Technology
 
@@ -293,8 +293,9 @@ MIT in each case. |#
         (merge-pathnames
          (pathname-new-directory
           pathname
-          (list-tail (pathname-directory pathname)
-                     (length (pathname-directory (car rule)))))
+          (cons 'RELATIVE
+                (list-tail (pathname-directory pathname)
+                           (length (pathname-directory (car rule))))))
          (cdr rule))
         pathname))))