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

This reverts commit 0e88bd305e.
paths
Doug Coleman 2018-03-15 08:41:06 -05:00
parent 1685c4537c
commit 97ea4ccb17
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 absolute-path 3array
"git" "clone" builds-dir get "factor" append-path 3array
short-running-process ;
: copy-image ( -- )