diff options
Diffstat (limited to 'Source/cmExecProgramCommand.cxx')
-rw-r--r-- | Source/cmExecProgramCommand.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmExecProgramCommand.cxx b/Source/cmExecProgramCommand.cxx index 49f880c..ea4cd40 100644 --- a/Source/cmExecProgramCommand.cxx +++ b/Source/cmExecProgramCommand.cxx @@ -194,9 +194,9 @@ bool cmExecProgramCommand::RunCommand(const char* command, std::string& output, } else { commandInDir = command; } -#ifndef __VMS +# ifndef __VMS commandInDir += " 2>&1"; -#endif +# endif command = commandInDir.c_str(); if (verbose) { cmSystemTools::Stdout("running "); |