diff --git a/basis/command-line/command-line.factor b/basis/command-line/command-line.factor index 643afef669..f30182b936 100644 --- a/basis/command-line/command-line.factor +++ b/basis/command-line/command-line.factor @@ -28,7 +28,7 @@ SYMBOL: command-line : load-vocab-roots ( -- ) "user-init" get [ "factor-roots" rc-path dup exists? [ - utf8 file-lines [ add-vocab-root ] each + utf8 file-lines harvest [ add-vocab-root ] each ] [ drop ] if ] when ;