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:
Mark Pizzolato 2012-12-19 05:41:38 -08:00
parent 1370ad6a2c
commit 20ed6df379

2
scp.c
View file

@ -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 },