]> gitweb.factorcode.org Git - factor.git/commitdiff
Revert "io.pathnames: fix separator when appending paths in Windows"
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 23 Aug 2016 16:54:16 +0000 (09:54 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 23 Aug 2016 16:54:16 +0000 (09:54 -0700)
This reverts commit b477c432932784e9bb8f62d804b9135ce2c694db.

core/io/pathnames/pathnames.factor

index 5fe3dbf16cbdf7d301adc3a71f516244dede449b..2d382e49d18342fb76cd6b7ccdba2d0beef4cd6c 100644 (file)
@@ -89,7 +89,7 @@ PRIVATE>
 
 : append-relative-path ( path1 path2 -- path )
     [ trim-tail-separators ]
-    [ trim-head-separators ] bi* path-separator glue ;
+    [ trim-head-separators ] bi* "/" glue ;
 
 : append-path ( path1 path2 -- path )
     {