Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JULIA_DEPOT_PATH: expand empty path to default
This makes the behavior for JULIA_DEPOT_PATH expansion match that of JULIA_LOAD_PATH expansion and allows one to manipulate the path uncondionally with shell expressions like this: export JULIA_DEPOT_PATH="$JULIA_DEPOT_PATH:/system/depot" It also changes JULIA_LOAD_PATH expansion to do user name expansion just like JULIA_DEPOT_PATH does, bringing the two variables into closer behavioral agreement.
- Loading branch information