From 1b875b8bf702d0c154073eef4daf48556d93d929 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Thu, 18 Sep 2008 18:23:46 -0500 Subject: [PATCH] Better error message if git not in path --- extra/mason/common/common.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/mason/common/common.factor b/extra/mason/common/common.factor index d5996f300c..dfda85e4d7 100644 --- a/extra/mason/common/common.factor +++ b/extra/mason/common/common.factor @@ -51,7 +51,7 @@ SYMBOL: stamp with-directory ; : git-id ( -- id ) - { "git" "show" } utf8 [ readln ] with-input-stream + { "git" "show" } utf8 [ readln ] with-process-reader " " split second ; : ?prepare-build-machine ( -- )