Skip to content

Commit

Permalink
FIX: accidentally removed --do option storage done in ca7c025
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Dec 16, 2021
1 parent ca7c025 commit d0aa122
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/b-init.c
Original file line number Diff line number Diff line change
Expand Up @@ -895,6 +895,7 @@ static void Set_Option_File(REBCNT field, REBYTE* src, REBOOL dir )
Set_Block(val, ser);

// other option values...
Set_Option_String(rargs->do_arg, OPTIONS_DO_ARG);
Set_Option_String(rargs->debug, OPTIONS_DEBUG);
Set_Option_String(rargs->version, OPTIONS_VERSION);
Set_Option_String(rargs->import, OPTIONS_IMPORT);
Expand Down

0 comments on commit d0aa122

Please sign in to comment.