Better error message if git not in path

Slava Pestov 2008-09-18 18:23:46 -05:00
parent c545bc4b53
commit 1b875b8bf7
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ SYMBOL: stamp
with-directory ;
: git-id ( -- id )
{ "git" "show" } utf8 <process-reader> [ readln ] with-input-stream
{ "git" "show" } utf8 [ readln ] with-process-reader
" " split second ;
: ?prepare-build-machine ( -- )