mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-22 21:17:31 +08:00
chg: missed a spot.. showBanner should not be shown on apple
This commit is contained in:
parent
843f453491
commit
88becf8b09
1 changed files with 1 additions and 1 deletions
|
@ -449,7 +449,7 @@ int main(int argc, char* argv[]) {
|
|||
return 2;
|
||||
}
|
||||
|
||||
#if defined(__linux__) || (__APPLE__)
|
||||
#if defined(__linux__)
|
||||
// ascii art doesn't work well on mingw :(
|
||||
|
||||
bool stdinOnPipe = !isatty(STDIN_FILENO);
|
||||
|
|
Loading…
Add table
Reference in a new issue