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
parent
880ce3d4b5
commit
0e88bd305e
|
@ -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 ( -- )
|
||||
|
|
Loading…
Reference in New Issue