Skip to content

Commit

Permalink
FIX: evaluate --do boot argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Dec 16, 2021
1 parent 4d711d8 commit 7f13439
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mezz/sys-start.reb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ start: func [
script-args: args ; save for below
foreach [opt act] [
;args [parse args ""]
do-arg block!
do-arg string!
debug block!
secure word!
import [to-rebol-file import]
Expand Down Expand Up @@ -182,7 +182,7 @@ start: func [

;-- Evaluate: --do "some code" if found
if do-arg [
do intern do-arg
do intern load/all do-arg
unless script [quit/now]
]

Expand Down

0 comments on commit 7f13439

Please sign in to comment.