mirror of
https://github.com/simh/simh.git
synced 2026-01-25 19:56:25 +00:00
Made the SET ENV command be SET ENVIRONMENT which will match both but be consistent with using commands which work as long as they are unambiguous.
This commit is contained in:
2
scp.c
2
scp.c
@@ -1825,7 +1825,7 @@ static CTAB set_glob_tab[] = {
|
||||
{ "NOTHROTTLE", &sim_set_throt, 0 },
|
||||
{ "ASYNCH", &sim_set_asynch, 1 },
|
||||
{ "NOASYNCH", &sim_set_asynch, 0 },
|
||||
{ "ENV", &sim_set_environment, 1 },
|
||||
{ "ENVIRONMENT", &sim_set_environment, 1 },
|
||||
{ "ON", &set_on, 1 },
|
||||
{ "NOON", &set_on, 0 },
|
||||
{ "VERIFY", &set_verify, 1 },
|
||||
|
||||
Reference in New Issue
Block a user