]> gitweb.factorcode.org Git - factor.git/commitdiff
mason.build: need to normalize-path in clone-source.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sat, 18 Jun 2022 23:53:23 +0000 (16:53 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 18 Jun 2022 23:53:23 +0000 (16:53 -0700)
extra/mason/build/build.factor

index 217d22626948222970865cb0680834f5c2f53f23..f3f86ce452bfd887190725f8a4164674e8925fcc 100644 (file)
@@ -16,7 +16,7 @@ IN: mason.build
 
 : clone-source ( -- )
     "Cloning GIT repository" print-timestamp
-    "git" "clone" builds-dir get "factor" append-path 3array
+    "git" "clone" builds-dir get "factor" append-path normalize-path 3array
     short-running-process ;
 
 : copy-image ( -- )