1
0
Fork 0

added missig cygwin test

This commit is contained in:
Frank Celler 2016-03-20 13:53:04 +00:00
parent 30f826ff8c
commit aad92ba3b6
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ void ConsoleFeature::printLine(std::string const& s) {
return;
}
if (true) {
if (!_cygwinShell) {
std::vector<std::string> lines = StringUtils::split(s, '\n', '\0');
for (auto& line : lines) {