@@ -898,7 +898,9 @@ bool RunCommandViaPopen(const char* command,
{
commandInDir = command;
}
+#ifndef __VMS
commandInDir += " 2>&1";
+#endif
command = commandInDir.c_str();
const int BUFFER_SIZE = 4096;
char buffer[BUFFER_SIZE];