chg: ...NOT showing banner.. before it was enforcing it :)

This commit is contained in:
iceman1001 2017-10-22 11:07:37 +02:00
parent 2aa17c0ddc
commit dbb392c212

View file

@ -437,7 +437,7 @@ int main(int argc, char* argv[]) {
// ascii art doesn't work well on mingw :(
bool stdinOnPipe = !isatty(STDIN_FILENO);
if ( executeCommand || script_cmds_file || stdinOnPipe )
if ( !executeCommand || !script_cmds_file || !stdinOnPipe )
showBanner();
#endif