]> gitweb.factorcode.org Git - factor.git/commitdiff
mason.build: use absolute-path instead
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 1 Aug 2022 14:36:46 +0000 (09:36 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 1 Aug 2022 14:37:20 +0000 (09:37 -0500)
extra/mason/build/build.factor

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