MAC_HANDLE's in iocshBody weren't being created with environment variables.
This commit is contained in:
@@ -509,7 +509,7 @@ iocshBody (const char *pathname, const char *commandLine, const char *macros)
|
||||
struct iocshCommand *found;
|
||||
void *readlineContext = NULL;
|
||||
int wasOkToBlock;
|
||||
static char *pairs[] = {NULL, NULL};
|
||||
static char *pairs[] = {"", "environ", NULL, NULL};
|
||||
MAC_HANDLE *handle;
|
||||
char ** defines = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user