]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/pipes/pipes.factor
Squashed commit of the following:
[factor.git] / basis / io / pipes / pipes.factor
index 73de6bf1a26ead32e9bc366e60f75138d131fc1f..aee69f640e4527e908204d8aa13932b18a14be2b 100644 (file)
@@ -60,6 +60,6 @@ PRIVATE>
 
 {
     { [ os unix? ] [ "io.pipes.unix" require ] }
-    { [ os winnt? ] [ "io.pipes.windows.nt" require ] }
+    { [ os windows? ] [ "io.pipes.windows" require ] }
     [ ]
 } cond