]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/launcher/launcher.factor
Squashed commit of the following:
[factor.git] / basis / io / launcher / launcher.factor
index dfbbd33d2e905fc7cc46f10aaac8bde1eabeb607..24d1d8e7b87c9b54fb8cb41042f6e1b40bab9f43 100755 (executable)
@@ -272,6 +272,6 @@ M: output-process-error error.
 
 {
     { [ os unix? ] [ "io.launcher.unix" require ] }
-    { [ os winnt? ] [ "io.launcher.windows.nt" require ] }
+    { [ os windows? ] [ "io.launcher.windows" require ] }
     [ ]
 } cond