Skip to content

Commit d6d27aa

Browse files
committed
Support shared named envs during startup
1 parent cc45b99 commit d6d27aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/initdefs.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ function init_active_project()
235235
ACTIVE_PROJECT[] =
236236
project === nothing ? nothing :
237237
project == "" ? nothing :
238-
project == "@." ? current_project() : abspath(expanduser(project))
238+
project == "@." ? current_project() : abspath(load_path_expand(project))
239239
end
240240

241241
## load path expansion: turn LOAD_PATH entries into concrete paths ##

0 commit comments

Comments
 (0)