mirror of
https://github.com/janet-lang/janet
synced 2026-01-05 22:59:06 +00:00
Fix -s flag in janet binary.
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
|
||||
(when (or *should-repl* *no-file*)
|
||||
(if *raw-stdin*
|
||||
(repl nil identity)
|
||||
(repl nil (fn [x &] x))
|
||||
(do
|
||||
(print (string "Janet " janet/version "-" janet/build " Copyright (C) 2017-2018 Calvin Rose"))
|
||||
(repl (fn [buf p]
|
||||
|
||||
Reference in New Issue
Block a user