Merge branch 'master' of git://github.com/dlh/factor
commit
86d389c903
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue