1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-13 13:57:19 +00:00

Add JANET_PATH back in.

This commit is contained in:
Calvin Rose
2019-02-18 15:31:15 -05:00
parent 732de8f88d
commit 8d9a88e759
2 changed files with 12 additions and 1 deletions

View File

@@ -9,6 +9,8 @@
(var *handleopts* true)
(var *exit-on-error* true)
(if-let [jp (os/getenv "JANET_PATH")] (set module/*syspath* jp))
# Flag handlers
(def handlers :private
{"h" (fn [&]