From aad92ba3b6e28514098c222ee31b66b430b8766a Mon Sep 17 00:00:00 2001 From: Frank Celler Date: Sun, 20 Mar 2016 13:53:04 +0000 Subject: [PATCH] added missig cygwin test --- lib/ApplicationFeatures/ConsoleFeature.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ApplicationFeatures/ConsoleFeature.cpp b/lib/ApplicationFeatures/ConsoleFeature.cpp index 95454cf394..94b61e8dbf 100644 --- a/lib/ApplicationFeatures/ConsoleFeature.cpp +++ b/lib/ApplicationFeatures/ConsoleFeature.cpp @@ -314,7 +314,7 @@ void ConsoleFeature::printLine(std::string const& s) { return; } - if (true) { + if (!_cygwinShell) { std::vector lines = StringUtils::split(s, '\n', '\0'); for (auto& line : lines) {