Merge branch 'master' of git://github.com/dlh/factor

db4
Slava Pestov 2008-12-02 00:25:42 -06:00
commit 86d389c903
1 changed files with 5 additions and 2 deletions

View File

@ -27,6 +27,9 @@ HOOK: (set-os-envs) os ( seq -- )
} cond
[
"FACTOR_ROOTS" os-env os windows? ";" ":" ? split
[ add-vocab-root ] each
"FACTOR_ROOTS" os-env
[
os windows? ";" ":" ? split
[ add-vocab-root ] each
] when*
] "environment" add-init-hook