diff options
Diffstat (limited to 'bin/janet-pm')
| -rwxr-xr-x | bin/janet-pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/janet-pm b/bin/janet-pm index c48acdc..9c9fba3 100755 --- a/bin/janet-pm +++ b/bin/janet-pm @@ -279,7 +279,7 @@ (when-let [sp (get ap :syspath)] (put root-env *syspath* sp)) # Do configuration - (pm/read-env-variables) + (pm/read-env-variables root-env) (def [sub-command & command-args] (ap :default)) (def cmd (get subcommands sub-command)) |
