From 20ed6df379acb8678d2caf35181738e656bdbfb3 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Wed, 19 Dec 2012 05:41:38 -0800 Subject: [PATCH] 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. --- scp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scp.c b/scp.c index 5923b11a..2eaa5620 100644 --- a/scp.c +++ b/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 },