mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-11 01:55:38 +08:00
chg:... banner.. not showing.. I should rethink sundaymornings coding sessions
This commit is contained in:
parent
dbb392c212
commit
14cf93f523
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue