]> gitweb.factorcode.org Git - factor.git/commitdiff
Revert "vocabs.loader: make vocab-dir+ use path-separator too"
authorJoe Groff <arcata@gmail.com>
Thu, 18 Feb 2010 00:05:59 +0000 (16:05 -0800)
committerJoe Groff <arcata@gmail.com>
Thu, 18 Feb 2010 00:05:59 +0000 (16:05 -0800)
This reverts commit 2dcc7206292cde1ba52b12620a12848f58223a1b.

core/vocabs/loader/loader.factor

index 390cfceb9554a19d09d7ffce28ca437132c4e0f3..0f2e3f71785d2e4985eee48865e69c70540eed53 100644 (file)
@@ -42,7 +42,7 @@ PRIVATE>
 : vocab-dir+ ( vocab str/f -- path )
     [ vocab-name "." split ] dip
     [ [ dup last ] dip append suffix ] when*
-    path-separator join ;
+    "/" join ;
 
 : find-vocab-root ( vocab -- path/f )
     vocab-name dup root-cache get at