environment: Fix using again.

Doug Coleman 2012-08-25 21:04:00 -07:00
parent 19e2db2fd9
commit 60ef8408bc
1 changed files with 3 additions and 3 deletions

View File

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