Skip to content

Commit 158080a

Browse files
committed
FIX: make the modules directory, if does not exists
1 parent db89718 commit 158080a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mezz/sys-start.reb

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ start: func [
104104
][ append copy home %.rebol/]
105105

106106
;- 5. /modules - directory of extension module files
107-
modules: append copy data %modules/
107+
make-dir/deep modules: append copy data %modules/
108108

109109
;; for now keep the old `module-paths`, but let user know, that it's deprecated now!
110110
module-paths: does [

0 commit comments

Comments
 (0)