diff options
| author | 2025-03-21 21:01:37 -0500 | |
|---|---|---|
| committer | 2025-03-21 21:01:37 -0500 | |
| commit | ac3f18c657240d94911fe526a0cad8df644efa14 (patch) | |
| tree | dfdc36c54494bb402ab0e4e30caeb5b25742b3c1 /bin/janet-pm | |
| parent | Add some checks to environment variables. (diff) | |
Don't read environment variables twice.
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)) |
