Merge branch 'master' of git://factorcode.org/git/factor

db4
Slava Pestov 2008-03-27 20:19:30 -05:00
commit 14d97f3b01
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ DEFER: copy-tree-into
prepend-path ; prepend-path ;
: temp-directory ( -- path ) : temp-directory ( -- path )
"temp" resource-path dup make-directories ; "resource:temp" dup make-directories ;
: temp-file ( name -- path ) : temp-file ( name -- path )
temp-directory prepend-path ; temp-directory prepend-path ;