environment: Fix using again.
parent
19e2db2fd9
commit
60ef8408bc
|
|
@ -1,8 +1,8 @@
|
||||||
! Copyright (C) 2008 Doug Coleman.
|
! Copyright (C) 2008 Doug Coleman.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: assocs combinators environment.unix help.markup
|
USING: assocs combinators help.markup help.syntax init
|
||||||
help.syntax init io.streams.string kernel libc sequences
|
io.streams.string kernel libc sequences splitting
|
||||||
splitting strings system vocabs vocabs.loader ;
|
strings system vocabs vocabs.loader ;
|
||||||
IN: environment
|
IN: environment
|
||||||
|
|
||||||
HOOK: os-env os ( key -- value )
|
HOOK: os-env os ( key -- value )
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue