Don't add empty vocab-roots lines

db4
Doug Coleman 2010-06-04 14:17:07 -05:00
parent 0fa5a1ca2c
commit 0c184e2666
1 changed files with 1 additions and 1 deletions

View File

@ -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 ;