chg: missed a spot.. showBanner should not be shown on apple

This commit is contained in:
iceman1001 2018-02-06 12:45:38 +01:00
parent 843f453491
commit 88becf8b09

View file

@ -449,7 +449,7 @@ int main(int argc, char* argv[]) {
return 2; return 2;
} }
#if defined(__linux__) || (__APPLE__) #if defined(__linux__)
// ascii art doesn't work well on mingw :( // ascii art doesn't work well on mingw :(
bool stdinOnPipe = !isatty(STDIN_FILENO); bool stdinOnPipe = !isatty(STDIN_FILENO);