mirror of
https://github.com/janet-lang/janet
synced 2025-10-29 22:53:03 +00:00
Generated files go to the same location on win32.
This commit is contained in:
@@ -6,9 +6,6 @@
|
||||
(defn dofile
|
||||
"Print one file to stdout"
|
||||
[path]
|
||||
(def path (if (= (os/which) :windows)
|
||||
(string/replace "/" "\\" path)
|
||||
path))
|
||||
(print (slurp path)))
|
||||
|
||||
# Order is important here, as some headers
|
||||
|
||||
Reference in New Issue
Block a user