From f8b4d2d2f99b66b05a82b17580f88182063662bf Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Wed, 7 Sep 2011 10:50:54 -0700 Subject: [PATCH] bootstrap.image: use "parser-quiet? off" for consistency. --- basis/bootstrap/image/image.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/bootstrap/image/image.factor b/basis/bootstrap/image/image.factor index 4cd6cc24ed..f0ade2ccef 100755 --- a/basis/bootstrap/image/image.factor +++ b/basis/bootstrap/image/image.factor @@ -606,7 +606,7 @@ PRIVATE> : make-image ( arch -- ) [ - f parser-quiet? set + parser-quiet? off architecture set "resource:/core/bootstrap/stage1.factor" run-file build-image