mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-19 19:38:52 +08:00
chg: ...NOT showing banner.. before it was enforcing it :)
This commit is contained in:
parent
2aa17c0ddc
commit
dbb392c212
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 :(
|
// ascii art doesn't work well on mingw :(
|
||||||
|
|
||||||
bool stdinOnPipe = !isatty(STDIN_FILENO);
|
bool stdinOnPipe = !isatty(STDIN_FILENO);
|
||||||
if ( executeCommand || script_cmds_file || stdinOnPipe )
|
if ( !executeCommand || !script_cmds_file || !stdinOnPipe )
|
||||||
showBanner();
|
showBanner();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue