diff options
-rw-r--r-- | Source/cmCustomCommand.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmCustomCommand.cxx b/Source/cmCustomCommand.cxx index 94c08ec..621f7ca 100644 --- a/Source/cmCustomCommand.cxx +++ b/Source/cmCustomCommand.cxx @@ -31,8 +31,8 @@ cmCustomCommand::cmCustomCommand(const cmCustomCommand& r): CommandLines(r.CommandLines), Comment(r.Comment), WorkingDirectory(r.WorkingDirectory), - EscapeOldStyle(r.EscapeOldStyle), - EscapeAllowMakeVars(r.EscapeAllowMakeVars) + EscapeAllowMakeVars(r.EscapeAllowMakeVars), + EscapeOldStyle(r.EscapeOldStyle) { this->Used = false; } |