diff --git a/src/shell/shell_cmds.cpp b/src/shell/shell_cmds.cpp index 6d29ae58..1072988e 100644 --- a/src/shell/shell_cmds.cpp +++ b/src/shell/shell_cmds.cpp @@ -257,23 +257,22 @@ void DOS_Shell::CMD_COPY(char * args) { WriteOut(MSG_Get("SHELL_ILLEGAL_SWITCH"),rem); return; } - } void DOS_Shell::CMD_SET(char * args) { + std::string line; if (!*args) { /* No command line show all environment lines */ - Bit32u count=GetEnvCount(); - for (Bit32u a=0;a