From 7830a327f0ef3079a99b745e3026b21b4c6fd6d3 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Sun, 29 Apr 2012 21:26:36 -0700 Subject: [PATCH] Added a -O switch to the programs arguments which will enable global ON inheritance. --- scp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/scp.c b/scp.c index 4531d8a0..b16b1b73 100644 --- a/scp.c +++ b/scp.c @@ -784,6 +784,7 @@ for (i = 1; i < argc; i++) { /* loop thru args */ } } /* end for */ sim_quiet = sim_switches & SWMASK ('Q'); /* -q means quiet */ +sim_on_inherit = sim_switches & SWMASK ('O'); /* -o means inherit on state */ AIO_INIT; /* init Asynch I/O */ if (sim_vm_init != NULL) /* call once only */