mason.common: fix git-id word on Windows
parent
2b9631075a
commit
c566708612
|
@ -79,8 +79,8 @@ SYMBOL: stamp
|
||||||
with-directory ;
|
with-directory ;
|
||||||
|
|
||||||
: git-id ( -- id )
|
: git-id ( -- id )
|
||||||
{ "git" "show" } utf8 [ readln ] with-process-reader
|
{ "git" "show" } utf8 [ lines ] with-process-reader
|
||||||
" " split second ;
|
first " " split second ;
|
||||||
|
|
||||||
: ?prepare-build-machine ( -- )
|
: ?prepare-build-machine ( -- )
|
||||||
builds/factor exists? [ prepare-build-machine ] unless ;
|
builds/factor exists? [ prepare-build-machine ] unless ;
|
||||||
|
|
Loading…
Reference in New Issue