mason.build: Can't resolve path ~/builds/factor, not sure how this ever

works...

Can't use normalize-path because git.exe doesn't recognize the Windows unicode
path prefix.
paths
Doug Coleman 2018-03-14 16:17:09 -05:00
parent 880ce3d4b5
commit 0e88bd305e
1 changed files with 1 additions and 1 deletions

View 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 absolute-path 3array
short-running-process ;
: copy-image ( -- )