From 527177963e0edebeee067a5b53d333d8e5289b5d Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Tue, 30 Dec 2014 12:51:33 -0800 Subject: [PATCH] mason.git: fix for rename. --- extra/mason/git/git.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/mason/git/git.factor b/extra/mason/git/git.factor index 71a71b6ccb..15737831b3 100644 --- a/extra/mason/git/git.factor +++ b/extra/mason/git/git.factor @@ -55,7 +55,7 @@ IN: mason.git ] [ rethrow ] if ; : with-process-reader* ( desc encoding quot -- ) - [ ] dip swap [ with-input-stream ] dip + [ (process-reader) ] dip swap [ with-input-stream ] dip dup wait-for-process dup { 0 1 } member? [ 2drop ] [ process-failed ] if ; inline