diff --git a/basis/io/files/temp/temp.factor b/basis/io/files/temp/temp.factor index 477c1f078d..b1c18725c1 100644 --- a/basis/io/files/temp/temp.factor +++ b/basis/io/files/temp/temp.factor @@ -12,8 +12,7 @@ SYMBOL: current-temp-directory current-temp-directory get ; : temp-file ( name -- path ) - temp-directory - [ make-directories ] [ prepend-path ] bi ; + temp-directory prepend-path ; : with-temp-directory ( quot -- ) [ temp-directory ] dip with-directory ; inline